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_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut Stream, _: *const cc_string_))

Some value of type T.