ref: 8bc429fb93070938b8bc5d459da4f2664c00abae
dir: /lib/std/memops.myr/
use "types.use" pkg std = pkglocal extern const memblit : (src : byte#, dst : byte#, len : std.size -> void) pkglocal extern const memfill : (src : byte#, val : byte, len : std.size -> void) ;;