pub unsafe extern "C" fn hdfsChmod(
fs: hdfsFS,
path: *const c_char,
mode: c_short,
) -> c_int
Expand description
hdfsChmod @param fs The configured filesystem handle. @param path the path to the file or directory @param mode the bitmask to set it to @return 0 on success else -1