sgs_FuncName [function]
void sgs_FuncName( sgs_Context* C, const char* fnliteral )
Sets the function name string for the currently executed function (last stack frame).
- The argument is expected to stay alive for the duration of the function call;
- this makes string literals safe for the call, everything else should be avoided.