fn get_path<'a, 'b>( op: &'a mut Option<(&'b mut SmallVec<u8, 16>, usize)>, idx: usize, ) -> Option<(&'a mut SmallVec<u8, 16>, usize)>