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