void PlayerSetAutoplay( int player_id, bool autoplay, ) { return _PlayerSetAutoplay( player_id, autoplay ? 1 : 0, ); }