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