internal JsonResponse(JsonResponseHandle ptr) { ptr.ParentContext.AssertReady(); ptr.AssertReady(); _handle = ptr; }
public static extern bool imageflow_json_response_read(JobContextHandle context, JsonResponseHandle responseIn, out int statusCodeOut, out IntPtr bufferUtf8NoNullsOut, out UIntPtr bufferSizeOut);
public static extern bool imageflow_json_response_read(JobContextHandle context, JsonResponseHandle response_in, out int status_code_out, out IntPtr buffer_utf8_no_nulls_out, out UIntPtr buffer_size_out);