OBJ_txt2obj function

  1. @Native<Pointer<asn1_object_st> Function(Pointer<Char>, Int)>(ffi.Pointer<ffi.Char>, ffi.Int)>()
Pointer<asn1_object_st> OBJ_txt2obj(
  1. Pointer<Char> s,
  2. int no_name
)

Implementation

@ffi.Native<
  ffi.Pointer<asn1_object_st> Function(ffi.Pointer<ffi.Char>, ffi.Int)
>()
external ffi.Pointer<asn1_object_st> OBJ_txt2obj(
  ffi.Pointer<ffi.Char> s,
  int no_name,
);