Type Alias libvnc_sys::rfb::SoftCursorUnlockScreenProc
source · pub type SoftCursorUnlockScreenProc = Option<unsafe extern "C" fn(client: *mut _rfbClient)>;Aliased Type§
enum SoftCursorUnlockScreenProc {
None,
Some(unsafe extern "C" fn(_: *mut _rfbClient)),
}