Function windows::Win32::System::Power::WritePwrScheme

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