pub unsafe extern "C" fn gs_draw_cube_backdrop(
    cubetex: *mut gs_texture_t,
    rot: *const quat,
    left: f32,
    right: f32,
    top: f32,
    bottom: f32,
    znear: f32
)