pub unsafe extern "C" fn fz_strncasecmp( a: *const c_char, b: *const c_char, n: usize, ) -> c_int
Case insensitive (UTF8) string comparison.
n = maximum number of bytes to read from either a or b.