pub fn decode_position<'a>( reader: &mut Reader<'a>, ) -> Result<Cow<'a, str>, DecodeError>
Decodes a position string with validation (zero-copy).