[][src]Function rust_sodium_sys::crypto_stream_chacha20_xor_ic

pub unsafe extern "C" fn crypto_stream_chacha20_xor_ic(
    c: *mut c_uchar,
    m: *const c_uchar,
    mlen: c_ulonglong,
    n: *const c_uchar,
    ic: u64,
    k: *const c_uchar
) -> c_int