pub fn parse_component_canonical_section<T: ?Sized + ReencodeComponent>(
    reencoder: &mut T,
    canonical: &mut CanonicalFunctionSection,
    section: ComponentCanonicalSectionReader<'_>,
) -> Result<(), Error<T::Error>>