pub unsafe extern "C" fn crypto_aead_init_x(
    ctx: *mut crypto_aead_ctx,
    key: *const u8,
    nonce: *const u8
)