aws_lc_sys

Function RC4

Source
pub unsafe extern "C" fn RC4(
    key: *mut RC4_KEY,
    len: usize,
    in_: *const u8,
    out: *mut u8,
)