fn read_next_header(
    wasm: &mut WasmReader<'_>,
    header: &mut Option<SectionHeader>
) -> Result<()>