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