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