Function windows::Win32::Devices::Bluetooth::BluetoothGATTGetServices
pub unsafe fn BluetoothGATTGetServices<P0>(
hdevice: P0,
servicesbuffer: Option<&mut [BTH_LE_GATT_SERVICE]>,
servicesbufferactual: *mut u16,
flags: u32,
) -> Result<()>where
P0: Param<HANDLE>,