func (c *CallCodeInfo) Scan(src interface{}) error {
    if c == nil {
        return fmt.Errorf("countries::Scan: CallCodeInfo scan err: callCodeInfo == nil")
    }
    switch src := src.(type) {