[][src]Type Definition nginx::ngx_conf_handler_pt

type ngx_conf_handler_pt = Option<unsafe extern "C" fn(cf: *mut ngx_conf_t, dummy: *mut ngx_command_t, conf: *mut c_void) -> *mut c_char>;