pub type scm_i_t_array_set = Option<unsafe extern "C" fn(arg1: *mut Struct_scm_t_array_handle, arg2: size_t, arg3: SCM)>;Aliased Type§
pub enum scm_i_t_array_set {
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.