Overwrites part of a string, lengthening it if necessary. This function will work with embedded nuls. Since 2.14
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
See Implementation
Overwrites part of a string, lengthening it if necessary. This function will work with embedded nuls. Since 2.14