pub unsafe extern "C" fn hdfsGetEZForPath(
fs: hdfsFS,
path: *const c_char,
) -> *mut hdfsEncryptionZoneInfo
Expand description
hdfsEncryptionZoneInfo - Get information about a path as a (dynamically allocated) single hdfsEncryptionZoneInfo struct. hdfsEncryptionZoneInfo should be called when the pointer is no longer needed. @param fs The configured filesystem handle. @param path The path of the encryption zone. @return Returns a dynamically-allocated hdfsEncryptionZoneInfo object; NULL on error.