pub fn caml_fq_srs_lagrange_commitment(
    srs: &WasmFqSrs,
    domain_size: i32,
    i: i32
) -> Result<WasmPolyComm, JsValue>