pub unsafe fn PowerDuplicateScheme<P0>(
    rootpowerkey: P0,
    sourceschemeguid: *const GUID,
    destinationschemeguid: *mut *mut GUID
) -> WIN32_ERROR
where P0: IntoParam<HKEY>,