pub unsafe extern "C" fn gr_poly_roots(
roots: *mut gr_vec_struct,
mult: *mut gr_vec_struct,
poly: *const gr_poly_struct,
flags: c_int,
ctx: *mut gr_ctx_struct,
) -> c_intpub unsafe extern "C" fn gr_poly_roots(
roots: *mut gr_vec_struct,
mult: *mut gr_vec_struct,
poly: *const gr_poly_struct,
flags: c_int,
ctx: *mut gr_ctx_struct,
) -> c_int