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