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