SdlEglIntArrayCallback typedef
SdlEglIntArrayCallback =
Pointer<Int32> Function(Pointer<NativeType> userdata, Pointer<NativeType> display, Pointer<NativeType> config)
Implementation
typedef SdlEglIntArrayCallback = Pointer<Int32> Function(
Pointer<NativeType> userdata,
Pointer<NativeType> display,
Pointer<NativeType> config);