Type Alias classicube_sys::Event_String_Callback

source ·
pub type Event_String_Callback = Option<unsafe extern "C" fn(obj: *mut c_void, str_: *const cc_string)>;

Aliased Type§

enum Event_String_Callback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *const cc_string_)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.