I'm looking to call the Rows.Scan() function using reflection. However it takes a variable number of pointers, but I'm new to Golang and there are not a lot of source examples. I need to use reflection because I plan on filling a slice with the values from a Query call. So basically using function us