pub unsafe fn read_resource<T>(identifier: impl AsRef<str>) -> Option<T>
Reads a shared resource.
The caller must ensure the data associated with the given identifier is of type T.
T