OSSL_ENCODER_free function
- @Native<Void Function(Pointer<
ossl_encoder_st> )>(ffi.Pointer<ossl_encoder_st>)>()
- 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);