pub type scm_i_t_array_ref = Option<unsafe extern "C" fn(arg1: *mut Struct_scm_t_array_handle, arg2: size_t) -> SCM>;Aliased Type§
pub enum scm_i_t_array_ref {
None,
Some(unsafe extern "C" fn(*mut Struct_scm_t_array_handle, u64) -> *mut Struct_scm_unused_struct),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut Struct_scm_t_array_handle, u64) -> *mut Struct_scm_unused_struct)
Some value of type T.