pub unsafe extern "C" fn crypto_box_seal(
    c: *mut u8,
    m: *const u8,
    mlen: c_ulonglong,
    pk: *const [u8; 32]
) -> c_int