pub unsafe extern "C" fn hdfsFreeEncryptionZoneInfo(
infos: *mut hdfsEncryptionZoneInfo,
numEntries: c_int,
)Expand description
hdfsFreeEncryptionZoneInfo - Free up the hdfsEncryptionZoneInfo array (including fields) @param infos The array of dynamically-allocated hdfsEncryptionZoneInfo objects. @param numEntries The size of the array.