pub type Tk_GetSelProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp, portion: *const c_char) -> c_int>;Aliased Type§
pub enum Tk_GetSelProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp, *const i8) -> i32),
}