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),
}