pub type Tcl_FSRenameFileProc = extern "C" fn(srcPathPtr: *mut Tcl_Obj, destPathPtr: *mut Tcl_Obj) -> c_int;