pub(crate) fn register_with_source(
module: Arc<ModuleInfo>,
finished_functions: &BoxedSlice<LocalFunctionIndex, FunctionExtent>,
frame_infos: Option<FrameInfosVariant>,
image_base: usize,
elf_data: Option<DebugInfoSource>,
) -> Option<GlobalFrameInfoRegistration>