leveldb::cbits::leveldb::comparator_fn [-] [+] [src]

type comparator_fn =  extern "C" fn(state: *mut c_void, a: *const u8, alen: size_t, b: *const u8, blen: size_t) -> i32;