Type Alias Tcl_DriverHandlerProc

Source
pub type Tcl_DriverHandlerProc = extern "C" fn(instanceData: ClientData, interestMask: c_int) -> c_int;