[][src]Function libsodium_sys::crypto_stream_xchacha20_xor_ic

pub unsafe extern "C" fn crypto_stream_xchacha20_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