Function botan_sys::botan_constant_time_compare

source ยท
pub unsafe extern "C" fn botan_constant_time_compare(
    x: *const u8,
    y: *const u8,
    len: usize,
) -> c_int