pub unsafe extern "C" fn OPENSSL_strncasecmp(
    a: *const c_char,
    b: *const c_char,
    n: usize
) -> c_int