pub unsafe fn memcmp(b1: *const u8, b2: *const u8, len: usize) -> i32
Secure memcmp.
memcmp
b1 and b2 have to point to a memory section of at least len bytes
b1
b2
len