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