Function hdfsFreeFileInfo

Source
pub unsafe extern "C" fn hdfsFreeFileInfo(
    hdfsFileInfo: *mut hdfsFileInfo,
    numEntries: c_int,
)
Expand description

hdfsFreeFileInfo - Free up the hdfsFileInfo array (including fields) @param hdfsFileInfo The array of dynamically-allocated hdfsFileInfo objects. @param numEntries The size of the array.