Function windows::Win32::System::Power::PowerImportPowerScheme

pub unsafe fn PowerImportPowerScheme<P0, P1>(
    rootpowerkey: P0,
    importfilenamepath: P1,
    destinationschemeguid: *mut *mut GUID,
) -> WIN32_ERROR
where P0: Param<HKEY>, P1: Param<PCWSTR>,