pub unsafe extern "C" fn strncmp(
    _Str1: *const c_char,
    _Str2: *const c_char,
    _MaxCount: size_t
) -> c_int