pub type GRAYSTRINGPROC = Option<unsafe extern "stdcall" fn(arg1: HDC, arg2: LPARAM, arg3: c_int) -> BOOL>;
pub enum GRAYSTRINGPROC { None, Some(unsafe extern "stdcall" fn(*mut HDC__, i32, i32) -> i32), }
No value.
Some value of type T.
T