pub type bucket_compare_func_t = Option<unsafe extern "C" fn(a: *mut Bucket, b: *mut Bucket) -> c_int>;
pub enum bucket_compare_func_t { None, Some(unsafe extern "C" fn(*mut _Bucket, *mut _Bucket) -> i32), }
No value.
Some value of type T.
T