OSSL_ENCODER_up_ref function
- @Native<Int Function(Pointer<
ossl_encoder_st> )>(ffi.Pointer<ossl_encoder_st>)>()
- Pointer<
ossl_encoder_st> encoder
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<ossl_encoder_st>)>()
external int OSSL_ENCODER_up_ref(ffi.Pointer<ossl_encoder_st> encoder);