OSSL_STORE_LOADER_free function

  1. @Native<Void Function(Pointer<ossl_store_loader_st>)>(ffi.Pointer<ossl_store_loader_st>)>()
void OSSL_STORE_LOADER_free(
  1. Pointer<ossl_store_loader_st> loader
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ossl_store_loader_st>)>()
external void OSSL_STORE_LOADER_free(ffi.Pointer<ossl_store_loader_st> loader);