pub unsafe extern "C" fn buffered_file_stream_close(
    stream: *mut Stream
) -> bool
Expand description

Closes the file. @param stream pointer to file stream object. @return True on success, False on failure.