Function memcmp

Source
pub unsafe extern "C" fn memcmp(
    vl: *const c_void,
    vr: *const c_void,
    n: c_ulong,
) -> c_int