Flush the output-oriented standard stream wrapped by the stdio_stream backend.
backend != NULL, backend must point to a valid stdio_stream_t.backend must not be NULL.STREAM_STATUS_OK.STREAM_STATUS_INVALID for invalid arguments.STREAM_STATUS_IO_ERROR when the wrapped standard stream does not support flushing.stream virtual table.osal_stdio_ops_t::flush callback bound in the backend handle.backend.stdoutstderrstdin is rejected by contract.