pub unsafe fn PowerOpenSystemPowerKey<P0>(
    phsystempowerkey: *mut HKEY,
    access: u32,
    openexisting: P0
) -> u32
where P0: IntoParam<BOOL>,