1pub type Angle = i32; 2// pub type Bool = i32; 3pub type Buffer = (); 4// pub type Handle = /*Unimplemented*/Fundamental: Pointer; 5pub type MetaTexture = (); 6pub type PrimitiveTexture = (); 7pub type UserDataDestroyCallback = Box<dyn Fn() + 'static>;