pub fn section_list_callback(
    mem: &mut impl MemoryView,
    base: Address,
    size: umem,
    callback: SectionCallback<'_>
) -> Result<()>