pub fn normalize_user_agent_info_generic(
    contexts: &mut Contexts,
    platform: &Annotated<String>,
    user_agent_info: &RawUserAgentInfo<&str>
)
Expand description

Low-level version of normalize_user_agent operating on parts.

This can be used to create contexts from client information without a full Event instance.