pub type http_cb = Option<unsafe extern "C" fn(*mut http_parser) -> i32>;Aliased Type§
pub enum http_cb {
None,
Some(unsafe extern "C" fn(*mut http_parser) -> i32),
}pub type http_cb = Option<unsafe extern "C" fn(*mut http_parser) -> i32>;pub enum http_cb {
None,
Some(unsafe extern "C" fn(*mut http_parser) -> i32),
}