pub type getsc_vft = Option<unsafe extern "C" fn(chi: *const c_void, zeta_r: *mut f64, zeta_i: *mut f64)>;
pub enum getsc_vft { None, Some(unsafe extern "C" fn(*const c_void, *mut f64, *mut f64)), }
No value.
Some value of type T.
T