[Visual Basic] Public Shared Function glfwReadMemoryImage( _ ByVal data As IntPtr, _ ByVal size As Integer, _ ByRef image As GLFWimage, _ ByVal flags As Integer _ ) As Integer
[C#] public static int glfwReadMemoryImage( IntPtrdata, intsize, out GLFWimageimage, intflags );