pub unsafe fn DevicePowerSetDeviceState<P0>(
    devicedescription: P0,
    setflags: u32,
    setdata: Option<*const c_void>
) -> u32
where P0: IntoParam<PCWSTR>,