odbc32: Don't call wcslen in debugstr_sqlwstr. If str == NULL && len == SQL_NTS we get a crash. wine_dbgstr_w handles NULL pointers gracefully.
odbc32: Retlen may be NULL in SQLGetData.