pub fn caml_fq_srs_maybe_lagrange_commitment(
    srs: &WasmFqSrs,
    domain_size: i32,
    i: i32
) -> Option<WasmPolyComm>