pub type LPMMIOPROC = Option<unsafe extern "C" fn(arg1: LPSTR, arg2: UINT, arg3: LPARAM, arg4: LPARAM) -> LRESULT>;
pub enum LPMMIOPROC { None, Some(unsafe extern "C" fn(*mut i8, u32, i64, i64) -> i64), }
No value.
Some value of type T.
T