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