pub unsafe extern "C" fn fmpz_mat_solve_fflu_precomp(
    X: *mut fmpz_mat_struct,
    perm: *const mp_limb_signed_t,
    FFLU: *const fmpz_mat_struct,
    B: *const fmpz_mat_struct
)