func ScanContextValue(c ScanContext) any
ScanContext is database/sql/driver.ScanContext. We define it here so driver.ScanContext can be opaque to users but visible to database/sql.
type ScanContext struct {
// contains filtered or unexported fields
}
func NewScanContext(v any) ScanContext