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