pub unsafe fn read_file_references_from_scratch( ptr: *mut u8, ) -> Option<Vec<FileReference>>
Read a list of file-reference (index, path) pairs from scratch.
ptr must point to a valid SHM allocation.
ptr