native
callfunc_push_str
Syntax
native callfunc_push_str(const VALUE[], bool:copyback=true);
Description
If copyback is 1 (default), any changes are copied back.
Note that this will defy the 'const' specifier for push_str(),
which is only kept for special backwards compatibility.