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