OSSL_ENCODER_free function

  1. @Native<Void Function(Pointer<ossl_encoder_st>)>(ffi.Pointer<ossl_encoder_st>)>()
void OSSL_ENCODER_free(
  1. Pointer<ossl_encoder_st> encoder
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ossl_encoder_st>)>()
external void OSSL_ENCODER_free(ffi.Pointer<ossl_encoder_st> encoder);