[][src]Function t_rust_less_lib::memguard::memory::memcmp

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

Secure memcmp.

Safety

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