Function memcmp

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