pub fn parse_custom_component_name_subsection<T: ?Sized + ReencodeComponent>(
    reencoder: &mut T,
    names: &mut ComponentNameSection,
    section: ComponentName<'_>,
) -> Result<(), Error<T::Error>>