pub unsafe extern "C" fn hdfsStreamBuilderFree(
bld: *mut hdfsStreamBuilder,
)Expand description
hdfsStreamBuilderFree - Free an HDFS file builder.
It is normally not necessary to call this function since hdfsStreamBuilderBuild frees the builder.
@param bld The hdfsStreamBuilder to free.