ref: 34adf4b62333b2bfd3496d3b61d62bc7a00f3140
dir: /lib/std/memops.myr/
use "types" pkg std = extern const memblit : (dst : byte#, src : byte#, len : std.size -> void) extern const memfill : (dst : byte#, val : byte, len : std.size -> void) extern const memeq : (a : byte#, b : byte#, len : std.size -> bool) ;;