Type Alias windows_sys::Win32::Devices::Fax::PFAXDEVABORTOPERATION
pub type PFAXDEVABORTOPERATION = Option<unsafe extern "system" fn(param0: HANDLE) -> BOOL>;
Aliased Type§
enum PFAXDEVABORTOPERATION {
None,
Some(unsafe extern "system" fn(_: *mut c_void) -> i32),
}