sqlite_wasm_rs::c

Function sqlite3_user_data

Source
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.

See https://www.sqlite.org/c3ref/user_data.html