Type Alias DeferEventDestroyCb

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

A defer event destroy callback prototype.