fn handle_section<'wasm, T, F>(
wasm: &mut WasmReader<'wasm>,
header: &mut Option<SectionHeader>,
section_ty: SectionTy,
handler: F,
) -> Result<Option<T>, ValidationError>fn handle_section<'wasm, T, F>(
wasm: &mut WasmReader<'wasm>,
header: &mut Option<SectionHeader>,
section_ty: SectionTy,
handler: F,
) -> Result<Option<T>, ValidationError>