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