pub type SERVER_ROUTINE = Option<unsafe extern "C" fn() -> c_long>;
enum SERVER_ROUTINE { None, Some(unsafe extern "C" fn() -> i32), }
No value.
Some value of type T.
T