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