pub type in3_cache_ctx_t = in3_cache_ctx;
struct in3_cache_ctx_t { pub req: *mut in3_req, pub key: *const i8, pub content: *mut bytes, }
req: *mut in3_req
key: *const i8
content: *mut bytes