fn builtin_raw( args: &[RValue], _: &[(String, RValue)], ) -> Result<RValue, RError>
raw(length) — create a raw (byte) vector of zeros.
raw(length)
raw() with no arguments returns an empty raw vector (length 0).
raw()