pub(crate) fn emit_heap_alloc(
body: &mut InstrSeqBuilder<'_>,
runtime: &RuntimeFunctions,
size_bytes: i32,
kind_id: i32,
source_pos: Option<MirSourcePos>,
fallback_line: i32,
dst_local: LocalId,
) -> Result<(), LowerError>