Type Alias sapi_post_entry

Source
pub type sapi_post_entry = _sapi_post_entry;

Aliased Type§

#[repr(C)]
pub 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)>