pub type fq_nmod_struct = nmod_poly_struct;
struct fq_nmod_struct { pub coeffs: *mut u64, pub alloc: i64, pub length: i64, pub mod_: nmod_t, }
coeffs: *mut u64
alloc: i64
length: i64
mod_: nmod_t