It would be really awesome if this library always had comments on every `unsafe` usage describing why the `unsafe` usage is sound. Something like: ```rust // UNSAFE: $REASON ``` _Originally posted by @rylev in https://github.com/Azure/azure-sphere-gallery/pull/101#discussion_r1039420619_