pub unsafe extern "fastcall" fn zend_binary_strcasecmp(
    s1: *const c_char,
    len1: size_t,
    s2: *const c_char,
    len2: size_t
) -> c_int