[][src]Function sqlite3_native::sqlite3_create_collation16

#[no_mangle]pub unsafe extern "C" fn sqlite3_create_collation16(
    db: *mut sqlite3,
    zName: *const c_void,
    enc: c_int,
    pCtx: *mut c_void,
    xCompare: Option<unsafe extern "C" fn(_: *mut c_void, _: c_int, _: *const c_void, _: c_int, _: *const c_void) -> c_int>
) -> c_int