[][src]Function rust_hdfs::hdfsFreeFileInfo

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

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