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