[][src]Constant unsafety::USES_FOREIGN_CODE

pub const USES_FOREIGN_CODE: UnsafeReason;

The unsafe code calls foreign code (such as C code). Such code cannot be verified by Rust's safety rules, and hence is unsafe.