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

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