pub type Tk_SelectionProc = Option<unsafe extern "C" fn(clientData: ClientData, offset: c_int, buffer: *mut c_char, maxBytes: c_int) -> c_int>;Aliased Type§
pub enum Tk_SelectionProc {
None,
Some(unsafe extern "C" fn(*mut c_void, i32, *mut i8, i32) -> i32),
}