pub fn normalize_user_geo(
    attributes: &mut Annotated<Attributes>,
    info: impl FnOnce() -> Option<Geo>,
)Expand description
Normalizes the user’s geographical information into Attributes.
Does not modify the attributes if there is already user geo information present, to preserve original values.