pub unsafe fn EnumPwrSchemes<P0>(
    lpfn: PWRSCHEMESENUMPROC,
    lparam: P0
) -> BOOLEAN
where P0: IntoParam<LPARAM>,