pub type Tcl_LimitHandlerProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp)>;Aliased Type§
pub enum Tcl_LimitHandlerProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp)),
}pub type Tcl_LimitHandlerProc = Option<unsafe extern "C" fn(clientData: ClientData, interp: *mut Tcl_Interp)>;pub enum Tcl_LimitHandlerProc {
None,
Some(unsafe extern "C" fn(*mut c_void, *mut Tcl_Interp)),
}