Function libsodium_ffi::crypto_box_seal [] [src]

pub unsafe extern "C" fn crypto_box_seal(
    out: *mut c_uchar,
    in_: *const c_uchar,
    inlen: c_ulonglong,
    pk: *const c_uchar
) -> c_int