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