ASN1_INTEGER_free function

  1. @Native<Void Function(Pointer<asn1_string_st>)>(ffi.Pointer<asn1_string_st>)>()
void ASN1_INTEGER_free(
  1. Pointer<asn1_string_st> a
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<asn1_string_st>)>()
external void ASN1_INTEGER_free(ffi.Pointer<asn1_string_st> a);