Type Alias Tcl_DriverTruncateProc

Source
pub type Tcl_DriverTruncateProc = extern "C" fn(instanceData: ClientData, length: Tcl_WideInt) -> c_int;