Function strncmp

Source
pub unsafe extern "C" fn strncmp(
    __lhs: *const c_char,
    __rhs: *const c_char,
    __n: c_ulong,
) -> c_int