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