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