use LLVMContextRef;
use ;
use CBox;
/// Contains all the LLVM entities
///
/// Every single entity attached to it has its lifetime to enforce the
/// rule that things from different contexts cannot interact
;
native_ref!;
dispose!;
/// Implemented by everything that is owned by a context