OBJ_txt2obj function
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,
);
@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,
);