pub type wxd_OnDrop_Callback = Option<unsafe extern "C" fn(x: c_int, y: c_int, userData: *mut c_void) -> bool>;
pub enum wxd_OnDrop_Callback { None, Some(unsafe extern "C" fn(i32, i32, *mut c_void) -> bool), }
No value.
Some value of type T.
T