Type Alias libvnc_sys::rfb::UnlockWriteToTLSProc
source · pub type UnlockWriteToTLSProc = Option<unsafe extern "C" fn(client: *mut _rfbClient) -> rfbBool>;Expand description
@deprecated
Aliased Type§
enum UnlockWriteToTLSProc {
None,
Some(unsafe extern "C" fn(_: *mut _rfbClient) -> i8),
}