func (form *Form) Page() int { return (int)(C.form_page((*C.FORM)(form))) }
func (f *Form) Page() int { return int(C.form_page(f.form)) }