Type Alias scm_t_c_hook

Source
pub type scm_t_c_hook = Struct_scm_t_c_hook;

Aliased Type§

#[repr(C)]
pub struct scm_t_c_hook { pub first: *mut Struct_scm_t_c_hook_entry, pub _type: Enum_scm_t_c_hook_type, pub data: *mut c_void, }

Fields§

§first: *mut Struct_scm_t_c_hook_entry§_type: Enum_scm_t_c_hook_type§data: *mut c_void