pub type IconAnimationCallback = Option<unsafe extern "C" fn(instance: *mut IconAnimation, context: *mut c_void)>;Expand description
Icon Animation Callback. Used for update notification
Aliased Type§
pub enum IconAnimationCallback {
None,
Some(unsafe extern "C" fn(*mut IconAnimation, *mut c_void)),
}