ref: 983a758d3127bf5d861227e6a9c56900bf6e2da8
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) ;;