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