pub type zinvertsc_vft = Option<unsafe extern "C" fn(conjchi: conj_t, chi: *mut c_void)>;
enum zinvertsc_vft { None, Some(unsafe extern "C" fn(_: u32, _: *mut c_void)), }
No value.
Some value of type T.
T