pub type arg_comparefn = Option<unsafe extern "C" fn(k1: *const c_void, k2: *const c_void) -> c_int>;
enum arg_comparefn { None, Some(unsafe extern "C" fn(_: *const c_void, _: *const c_void) -> i32), }
No value.
Some value of type T.
T