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