pub type wxd_CustomRenderer_CreateEditorCtrlCallback = Option<unsafe extern "C" fn(user_data: *mut c_void, parent: *mut c_void, label_rect: wxd_Rect_t, value: *const wxd_Variant_t) -> *mut c_void>;Aliased Type§
pub enum wxd_CustomRenderer_CreateEditorCtrlCallback {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut c_void, wxd_Rect_t, *const wxd_Variant_t) -> *mut c_void),
}