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