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