pub type MjtFramebuffer = mjtFramebuffer;
#[repr(u32)]pub enum MjtFramebuffer { mjFB_WINDOW = 0, mjFB_OFFSCREEN = 1, }