windows::Win32::System::Power

Function WritePwrScheme

pub unsafe fn WritePwrScheme<P1, P2>(
    puiid: *const u32,
    lpszschemename: P1,
    lpszdescription: P2,
    lpscheme: *const POWER_POLICY,
) -> bool
where P1: Param<PCWSTR>, P2: Param<PCWSTR>,