Function libsodium_sys::crypto_secretstream_xchacha20poly1305_init_push[][src]

pub unsafe extern "C" fn crypto_secretstream_xchacha20poly1305_init_push(
    state: *mut crypto_secretstream_xchacha20poly1305_state,
    header: *mut c_uchar,
    k: *const c_uchar
) -> c_int