Function sqlite3_set_auxdata

Source
pub unsafe fn sqlite3_set_auxdata(
    ctx: *mut sqlite3_context,
    n: c_int,
    pAux: *mut c_void,
    xDelete: Option<unsafe extern "C" fn(pAux: *mut c_void)>,
)
Expand description

Saves pAux as metadata for the n-th argument of the application-defined function.

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