[][src]Function libsodium_sys::crypto_box_curve25519xchacha20poly1305_detached_afternm

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