EVP_KEYMGMT_up_ref function

  1. @Native<Int Function(Pointer<evp_keymgmt_st>)>(ffi.Pointer<evp_keymgmt_st>)>()
int EVP_KEYMGMT_up_ref(
  1. Pointer<evp_keymgmt_st> keymgmt
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<evp_keymgmt_st>)>()
external int EVP_KEYMGMT_up_ref(ffi.Pointer<evp_keymgmt_st> keymgmt);