void PlayerSetIsShuffling( int player_id, bool shuffling, ) { return _PlayerSetIsShuffling( player_id, shuffling ? 1 : 0, ); }