pub unsafe fn BluetoothSetServiceState<P0>(
    hradio: P0,
    pbtdi: *const BLUETOOTH_DEVICE_INFO,
    pguidservice: *const GUID,
    dwserviceflags: u32
) -> u32
where P0: IntoParam<HANDLE>,