Function sqlite3::ffi::sqlite3_create_collation16 [] [src]

pub unsafe extern "C" fn sqlite3_create_collation16(
    arg1: *mut sqlite3,
    zName: *const c_void,
    eTextRep: c_int,
    pArg: *mut c_void,
    xCompare: Option<extern "C" fn(_: *mut c_void, _: c_int, _: *const c_void, _: c_int, _: *const c_void) -> c_int>
) -> c_int