[][src]Type Definition nginx::ENGINE_CTRL_FUNC_PTR

type ENGINE_CTRL_FUNC_PTR = Option<unsafe extern "C" fn(arg1: *mut ENGINE, arg2: c_int, arg3: c_long, arg4: *mut c_void, f: Option<unsafe extern "C" fn()>) -> c_int>;