void PlayerSetIsLooping( int player_id, bool looping, ) { return _PlayerSetIsLooping( player_id, looping ? 1 : 0, ); }