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