pub type sk_UI_STRING_compfunc = Option<unsafe extern "C" fn(_: *const *const ui_string_st, _: *const *const ui_string_st) -> i32>;
Aliased Type§
enum sk_UI_STRING_compfunc {
None,
Some(unsafe extern "C" fn(_: *const *const ui_string_st, _: *const *const ui_string_st) -> i32),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const *const ui_string_st, _: *const *const ui_string_st) -> i32)
Some value of type T
.