void PlayerSetIsAutoRepeat( int player_id, bool enabled, ) { return _PlayerSetIsAutoRepeat( player_id, enabled ? 1 : 0, ); }