pub type wxd_OnDropText_Callback = Option<unsafe extern "C" fn(text: *const c_char, x: c_int, y: c_int, userData: *mut c_void) -> bool>;Aliased Type§
pub enum wxd_OnDropText_Callback {
None,
Some(unsafe extern "C" fn(*const u8, i32, i32, *mut c_void) -> bool),
}