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