···264264 * Synchronously read a file from a storage container into a client-provided
265265 * buffer.
266266 *
267267+ * The value of `length` must match the length of the file exactly; call
268268+ * SDL_GetStorageFileSize() to get this value. This behavior may be relaxed in
269269+ * a future release.
270270+ *
267271 * \param storage a storage container to read from.
268272 * \param path the relative path of the file to read.
269273 * \param destination a client-provided buffer to read the file into.