Type Alias Tcl_DriverCloseProc

Source
pub type Tcl_DriverCloseProc = extern "C" fn(instanceData: ClientData, interp: *mut Tcl_Interp) -> c_int;