Type Definition rust_tcl_sys::tcl::Tcl_AsyncProc [] [src]

type Tcl_AsyncProc = extern "C" fn(_: ClientData, _: *mut Tcl_Interp, _: c_int) -> c_int;