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