pub type scm_t_inner = Option<unsafe extern "C" fn(arg1: *mut c_void) -> SCM>;
pub enum scm_t_inner { None, Some(unsafe extern "C" fn(*mut c_void) -> *mut Struct_scm_unused_struct), }
No value.
Some value of type T.
T