Function libsql_sys::ffi::sqlite3_create_collation16
source · pub unsafe extern "C" fn sqlite3_create_collation16(
arg1: *mut sqlite3,
zName: *const c_void,
eTextRep: i32,
pArg: *mut c_void,
xCompare: Option<unsafe extern "C" fn(_: *mut c_void, _: i32, _: *const c_void, _: i32, _: *const c_void) -> i32>
) -> i32