Function windows_sys::Win32::Devices::Bluetooth::BluetoothGATTGetDescriptors
pub unsafe extern "system" fn BluetoothGATTGetDescriptors(
hdevice: HANDLE,
characteristic: *const BTH_LE_GATT_CHARACTERISTIC,
descriptorsbuffercount: u16,
descriptorsbuffer: *mut BTH_LE_GATT_DESCRIPTOR,
descriptorsbufferactual: *mut u16,
flags: u32,
) -> HRESULT