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