pub type ngx_http_chunked_t = ngx_http_chunked_s;
struct ngx_http_chunked_t { pub state: usize, pub size: i64, pub length: i64, }
state: usize
size: i64
length: i64