Function read_next_header

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