sqlite3_get_auxdata
Return the auxiliary data pointer, if any, for the index-th argument to the user-function defined by context.
The left-most argument is 0.
Undocumented behavior: If index is negative then access a cache of auxiliary data pointers that is available to all functions within a single prepared statement. The index values must match.