Function wasm::validation::read_next_header

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