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