pub unsafe fn sqlite3_user_data(ctx: *mut sqlite3_context) -> *mut c_void
Expand description
Returns a copy of the pointer that was the pUserData
parameter (the 5th
parameter) of the sqlite3_create_function()
routine that originally
registered the application defined function.