[][src]Constant unsafety::USED_BY_FOREIGN_CODE

pub const USED_BY_FOREIGN_CODE: UnsafeReason;

The unsafe code is called by foreign code (such as C code). The unsafe code is necessary in order to correctly exchange data and control flow with the calling code.