fn kick_player(
    server: &mut Server,
    (client, client_uuid): (Entity, Uuid),
    (target_player, target_player_uuid): (Entity, Uuid),
    reason: &str
) -> Result<(), Content>