[Visual Basic] Public Shared Function sws_scale( _ ByVal SwsContext As IntPtr, _ ByVal src As IntPtr, _ ByVal srcStride As Integer(), _ ByVal srcSliceY As Integer, _ ByVal srcSliceH As Integer, _ ByVal dst As IntPtr, _ ByVal dstStride As Integer() _ ) As Integer