Function sqlite_loadable::scalar::scalar_function_raw_with_aux
source · pub fn scalar_function_raw_with_aux<F, T>(
x_func: F,
aux: T
) -> (unsafe extern "C" fn(_: *mut sqlite3_context, _: i32, _: *mut *mut sqlite3_value), *mut c_void)where
F: Fn(*mut sqlite3_context, &[*mut sqlite3_value], &T) -> Result<()>,