// Pad returns the padding character of the field func (f *Field) Pad() int { return int(C.field_pad((*C.FIELD)(f))) }
func (field *Field) Pad() int { return (int)(C.field_pad((*C.FIELD)(field))) }
// Pad returns the padding character of the field func (f *Field) Pad() int { return int(C.field_pad(f.field)) }