[Visual Basic] Overloads Public Shared Function SDL_CreateRGBSurfaceFrom( _ ByVal pixels As IntPtr, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal depth As Integer, _ ByVal pitch As Integer, _ ByVal Rmask As UInt32, _ ByVal Gmask As UInt32, _ ByVal Bmask As UInt32, _ ByVal Amask As UInt32 _ ) As IntPtr