#[unsafe_usage]
Expand description
Mark code that uses unsafe blocks and needs careful auditing.
Optionally accepts a string literal describing the reason for unsafe usage,
like #[unsafe_usage("raw pointer arithmetic for performance")]
.
This attribute does not modify the item it annotates.