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