X509_OBJECT_up_ref_count function
- @Native<Int Function(Pointer<
x509_object_st> )>(ffi.Pointer<x509_object_st>)>()
Implementation
@ffi.Native<ffi.Int Function(ffi.Pointer<x509_object_st>)>()
external int X509_OBJECT_up_ref_count(ffi.Pointer<x509_object_st> a);