package validator import "unsafe" type eface struct { v int64 ptr unsafe.Pointer }