d2i_TS_RESP_fp function
- @Native<Pointer<
TS_resp_st> Function(Pointer<__sFILE> , Pointer<Pointer< )>(ffi.Pointer<__sFILE>, ffi.Pointer<ffi.Pointer<TS_resp_st>>)>()TS_resp_st> >
- Pointer<
__sFILE> fp, - Pointer<
Pointer< aTS_resp_st> >
Implementation
@ffi.Native<
ffi.Pointer<TS_resp_st> Function(
ffi.Pointer<__sFILE>,
ffi.Pointer<ffi.Pointer<TS_resp_st>>,
)
>()
external ffi.Pointer<TS_resp_st> d2i_TS_RESP_fp(
ffi.Pointer<__sFILE> fp,
ffi.Pointer<ffi.Pointer<TS_resp_st>> a,
);