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