pub type RouterExitFunction = Option<unsafe extern "C" fn(arg1: *mut Environment, arg2: c_int, arg3: *mut c_void)>;
enum RouterExitFunction { None, Some(unsafe extern "C" fn(_: *mut environmentData, _: i32, _: *mut c_void)), }
No value.
Some value of type T.
T