Function strncmp

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