Function memcmp

Source
pub unsafe extern "C" fn memcmp(
    s1: *const u8,
    s2: *const u8,
    n: usize,
) -> i32