pub unsafe fn read_resource_files_from_scratch( ptr: *mut u8, ) -> Option<Vec<ResourceFile>>
Read a list of resource files (index, relative path) from scratch.
ptr must point to a valid SHM allocation.
ptr