pub type DRAWSTATEPROC = Option<unsafe extern "C" fn(hdc: HDC, lData: LPARAM, wData: WPARAM, cx: c_int, cy: c_int) -> BOOL>;
pub enum DRAWSTATEPROC { None, Some(unsafe extern "C" fn(*mut HDC__, i64, u64, i32, i32) -> i32), }
No value.
Some value of type T.
T