[][src]Function rust_hdfs::hadoopRzBufferFree

pub unsafe extern "C" fn hadoopRzBufferFree(
    file: hdfsFile,
    buffer: *mut hadoopRzBuffer
)

Release a buffer obtained through readZero.

@param file The hdfs stream that created this buffer. This must be the same stream you called hadoopReadZero on. @param buffer The buffer to release.