pub fn positions_have_line_of_sight(
    pos_a: &Pos,
    pos_b: &Pos,
    read_data: &ReadData<'_>
) -> bool