pub type ULClipboardClearCallback = Option<unsafe extern "C" fn()>;Expand description
The callback invoked when the library wants to clear the system’s clipboard.
Aliased Type§
enum ULClipboardClearCallback {
None,
Some(unsafe extern "C" fn()),
}