pub type LPFNDEVCAPS = Option<unsafe extern "C" fn(arg1: LPSTR, arg2: LPSTR, arg3: UINT, arg4: LPSTR, arg5: LPDEVMODE) -> DWORD>;
Aliased Type§
pub enum LPFNDEVCAPS {
None,
Some(unsafe extern "C" fn(*mut i8, *mut i8, u32, *mut i8, *mut _devicemodeA) -> u32),
}