Function CRYPTO_memcmp

Source
pub unsafe extern "C" fn CRYPTO_memcmp(
    in_a: *const c_void,
    in_b: *const c_void,
    len: usize,
) -> i32