TS_RESP_CTX_get_request function

  1. @Native<Pointer<TS_req_st> Function(Pointer<TS_resp_ctx>)>(ffi.Pointer<TS_resp_ctx>)>()
Pointer<TS_req_st> TS_RESP_CTX_get_request(
  1. Pointer<TS_resp_ctx> ctx
)

Implementation

@ffi.Native<ffi.Pointer<TS_req_st> Function(ffi.Pointer<TS_resp_ctx>)>()
external ffi.Pointer<TS_req_st> TS_RESP_CTX_get_request(
  ffi.Pointer<TS_resp_ctx> ctx,
);