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

type Tcl_EventProc = extern "C" fn(_: *mut Tcl_Event, _: c_int) -> c_int;