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