scm_t_c_hook_entry

Type Alias scm_t_c_hook_entry 

Source
pub type scm_t_c_hook_entry = Struct_scm_t_c_hook_entry;

Aliased Type§

#[repr(C)]
pub struct scm_t_c_hook_entry { pub next: *mut Struct_scm_t_c_hook_entry, pub func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> *mut c_void>, pub data: *mut c_void, }

Fields§

§next: *mut Struct_scm_t_c_hook_entry§func: Option<unsafe extern "C" fn(*mut c_void, *mut c_void, *mut c_void) -> *mut c_void>§data: *mut c_void