pub type sapi_post_entry = _sapi_post_entry;Aliased Type§
struct sapi_post_entry {
pub content_type: *mut i8,
pub content_type_len: u32,
pub post_reader: Option<unsafe extern "C" fn()>,
pub post_handler: Option<unsafe extern "C" fn(_: *mut i8, _: *mut c_void)>,
}Fields§
§content_type: *mut i8§content_type_len: u32§post_reader: Option<unsafe extern "C" fn()>§post_handler: Option<unsafe extern "C" fn(_: *mut i8, _: *mut c_void)>