unit CopierI em.hal/CopierI.em1 2 3 4 5 6 7package em.hal interface CopierI function exec(dst: ptr_t, src: ptr_t, cnt: uint16) end