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