Type Alias wgpu_hal::gles::egl::WlEglWindowCreateFun

source ยท
type WlEglWindowCreateFun = unsafe extern "system" fn(surface: *const c_void, width: c_int, height: c_int) -> *mut c_void;