ref: 3e24000ddb275369ba68282e2c9406f6b1c23736
dir: /lib/std/memops.myr/
use "types" 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) ;;