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