pub unsafe extern "C" fn EVP_AEAD_CTX_get_iv(
    ctx: *const EVP_AEAD_CTX,
    out_iv: *mut *const u8,
    out_len: *mut usize
) -> c_int