pub unsafe extern "C" fn hdfsRename(
fs: hdfsFS,
oldPath: *const c_char,
newPath: *const c_char,
) -> c_int
Expand description
hdfsRename - Rename file. @param fs The configured filesystem handle. @param oldPath The path of the source file. @param newPath The path of the destination file. @return Returns 0 on success, -1 on error.