Function emit_clone_string

Source
fn emit_clone_string(
    body: &mut InstrSeqBuilder<'_>,
    runtime: &RuntimeFunctions,
    memory_id: MemoryId,
    source_pos: Option<MirSourcePos>,
    fallback_line: i32,
    source_local: LocalId,
    scratch_i32_local: LocalId,
    scratch_i32_local_b: LocalId,
    scratch_i32_local_c: LocalId,
    dst_local: LocalId,
) -> Result<(), LowerError>