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