Type Alias classicube_sys::Event_Entry_Callback
source · pub type Event_Entry_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, stream: *mut Stream, name: *const cc_string)>;
Aliased Type§
enum Event_Entry_Callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut Stream, _: *const cc_string_)),
}