GlShaderSource typedef
GlShaderSource =
void Function(int shader, int count, Pointer<NativeType> string, Pointer<Int32> length)
Implementation
typedef GlShaderSource = void Function(int shader, int count,
/*List<String>*/ Pointer string, Pointer<Int32> length);