pub type fq_struct = fmpz_poly_struct;
#[repr(C)]pub struct fq_struct { pub coeffs: *mut i64, pub alloc: i64, pub length: i64, }
coeffs: *mut i64
alloc: i64
length: i64