NAMING_AUTHORITY_get0_authorityURL function

  1. @Native<Pointer<asn1_string_st> Function(Pointer<NamingAuthority_st>)>(ffi.Pointer<NamingAuthority_st>)>()
Pointer<asn1_string_st> NAMING_AUTHORITY_get0_authorityURL(
  1. Pointer<NamingAuthority_st> n
)

Implementation

@ffi.Native<
  ffi.Pointer<asn1_string_st> Function(ffi.Pointer<NamingAuthority_st>)
>()
external ffi.Pointer<asn1_string_st> NAMING_AUTHORITY_get0_authorityURL(
  ffi.Pointer<NamingAuthority_st> n,
);