pub unsafe extern "C" fn hdfsRename(
    fs: hdfsFS,
    oldPath: *const c_char,
    newPath: *const c_char
) -> c_int