pub fn parse_component_start_section<T: ?Sized + ReencodeComponent>(
reencoder: &mut T,
component: &mut Component,
func: ComponentStartFunction,
) -> Result<(), Error<T::Error>>Available on crate features
component-model and wasmparser only.