pub type PFN_DEVICE_CALLBACK = Option<unsafe extern "system" fn(pvparam: *mut c_void, pdevice: *const BLUETOOTH_DEVICE_INFO) -> BOOL>;
Expand description

Required features: "Win32_Devices_Bluetooth", "Win32_Foundation"