pub type ngx_conf_handler_pt = Option<unsafe extern "C" fn(*mut ngx_conf_s, *mut ngx_command_s, *mut c_void) -> *mut i8>;
Aliased Type§
enum ngx_conf_handler_pt {
None,
Some(unsafe extern "C" fn(*mut ngx_conf_s, *mut ngx_command_s, *mut c_void) -> *mut i8),
}