Type Alias Tcl_DriverBlockModeProc

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