pub unsafe extern "C" fn fmpq_poly_lcm(
    L: *mut fmpq_poly_struct,
    A: *const fmpq_poly_struct,
    B: *const fmpq_poly_struct
)