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