GLFWdropfun typedef

GLFWdropfun = Pointer<NativeFunction<Void Function(Pointer<GLFWwindow>, Int32, Pointer<Pointer<Utf8>>)>>

Implementation

typedef GLFWdropfun = Pointer<
    NativeFunction<
        Void Function(Pointer<GLFWwindow>, Int32, Pointer<Pointer<Utf8>>)>>;