pub extern "C" fn runtime_set_byte_array( ba: i64, off: i64, len: i64, val: i64, )
Set len bytes in ba starting at off to val.
len
ba
off
val