Type Alias scm_t_array_implementation
Source pub type scm_t_array_implementation = Struct_Unnamed28;
#[repr(C)]
pub struct scm_t_array_implementation {
pub tag: u64,
pub mask: u64,
pub vref: Option<unsafe extern "C" fn(*mut Struct_scm_t_array_handle, u64) -> *mut Struct_scm_unused_struct>,
pub vset: Option<unsafe extern "C" fn(*mut Struct_scm_t_array_handle, u64, *mut Struct_scm_unused_struct)>,
pub get_handle: Option<unsafe extern "C" fn(*mut Struct_scm_unused_struct, *mut Struct_scm_t_array_handle)>,
}
§get_handle: Option<unsafe extern "C" fn(*mut Struct_scm_unused_struct, *mut Struct_scm_t_array_handle)>