memcmp

Function memcmp 

Source
pub unsafe fn memcmp(b1: *const u8, b2: *const u8, len: usize) -> i32
Expand description

Secure memcmp.

ยงSafety

b1 and b2 have to point to a memory section of at least len bytes