Function buffered_file_stream_close
Source pub unsafe extern "C" fn buffered_file_stream_close(
stream: *mut Stream,
) -> bool
Expand description
Closes the file.
§Arguments
stream - pointer to file stream object.
§Returns
True on success, False on failure.