OSSL_ENCODER_up_ref function

  1. @Native<Int Function(Pointer<ossl_encoder_st>)>(ffi.Pointer<ossl_encoder_st>)>()
int OSSL_ENCODER_up_ref(
  1. 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);