fn read_raw_decode_cache(path: &Path) -> Option<Texture>
Attempt to load a previously cached demosaiced texture from disk. Returns None if the cache entry is absent, stale, or unreadable.
None