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