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

Required features: "Win32_Devices_Bluetooth", "Win32_Foundation"