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