Function BluetoothGATTGetIncludedServices
pub unsafe fn BluetoothGATTGetIncludedServices(
hdevice: HANDLE,
parentservice: Option<*const BTH_LE_GATT_SERVICE>,
includedservicesbuffer: Option<&mut [BTH_LE_GATT_SERVICE]>,
includedservicesbufferactual: *mut u16,
flags: u32,
) -> Result<()>