pub type iv_custombubbledraw = Option<unsafe extern "C" fn(bubble: *mut icustombubble)>;Aliased Type§
pub enum iv_custombubbledraw {
None,
Some(unsafe extern "C" fn(*mut icustombubble_s)),
}pub type iv_custombubbledraw = Option<unsafe extern "C" fn(bubble: *mut icustombubble)>;pub enum iv_custombubbledraw {
None,
Some(unsafe extern "C" fn(*mut icustombubble_s)),
}