Function sqlite_loadable::ext::sqlite3ext_collation_v2
source · pub unsafe fn sqlite3ext_collation_v2(
db: *mut sqlite3,
s: *const c_char,
text_rep: i32,
p_app: *mut c_void,
x_compare: Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: *const c_void, _: c_int, _: *const c_void) -> c_int>,
destroy: Option<unsafe extern "C" fn(_: *mut c_void)>
) -> c_int