pub fn load_with<F>(_load_fn: F)where F: FnMut(&str) -> *const c_void,
Stub for gl::load_with - no-op since glow context is already initialized This is re-exported from mod.rs but duplicated here for completeness