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