[][src]Type Definition nginx::ngx_conf_post_handler_pt

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