Type Definition rust_tcl_sys::tcl::Tcl_AppInitProc [] [src]

type Tcl_AppInitProc = extern "C" fn(_: *mut Tcl_Interp) -> c_int;