minor: could this be improved with context? ``` let (file_offset, meta_idx) = normed.outputs.first() .context("Expected exactly one normalized address")?; ``` _Originally posted by @sanchda in https://github.com/DataDog/libdatadog/pull/836#discussion_r1924182368_