Overwrites part of a string, lengthening it if necessary. This function will work with embedded nuls.
the position at which to start overwriting
the string that will overwrite the @string starting at @pos
the number of bytes to write from @val
@string
2.14
See Implementation
Overwrites part of a string, lengthening it if necessary. This function will work with embedded nuls.