pub type LPFNDEVCAPS = Option<unsafe extern "system" fn(LPSTR, LPSTR, UINT, LPSTR, LPDEVMODEA) -> DWORD>;
pub enum LPFNDEVCAPS { None, Some(unsafe extern "system" fn(*mut i8, *mut i8, u32, *mut i8, *mut DEVMODEA) -> u32), }
No value.
Some value of type T.
T