Find the first instance of needle in haystack, ignoring case for bytes that are ASCII characters.
needle
haystack
The string to search in.
The string to search for.
A pointer to the start of needle in haystack, or NULL if needle is not found.