fn can_visit_solo(
    solo_type: u32,
    followers: &[u32],
    solo_uid: u32,
    current_uid: u32
) -> bool