macro_rules! gl_error_wrap {
    ($gl:expr, $call:expr) => { ... };
}