Type Alias classicube_sys::TextGroupWidget_Get
source · pub type TextGroupWidget_Get = Option<unsafe extern "C" fn(i: c_int) -> cc_string>;
Aliased Type§
enum TextGroupWidget_Get {
None,
Some(unsafe extern "C" fn(_: i32) -> cc_string_),
}