pub unsafe fn SetSystemPowerState<P0, P1>(
    fsuspend: P0,
    fforce: P1
) -> Result<()>
where P0: IntoParam<BOOL>, P1: IntoParam<BOOL>,