pub type wxd_CustomRenderer_ActivateCellCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, cell: wxd_Rect_t, model: *mut c_void, item: *mut c_void, col: c_uint, mouse_event: *mut c_void) -> bool>;Aliased Type§
pub enum wxd_CustomRenderer_ActivateCellCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, wxd_Rect_t, *mut c_void, *mut c_void, u32, *mut c_void) -> bool),
}