Type Alias TimeEventDestroyCb

Source
pub type TimeEventDestroyCb = extern "C" fn(a: *const MainloopApi, e: *mut TimeEventInternal, userdata: *mut c_void);
Expand description

A time event destroy callback prototype.