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