str_strncmp

Function str_strncmp 

Source
pub unsafe extern "C" fn str_strncmp(
    s: *const str,
    t: *const str,
    n: usize,
) -> c_int