pub fn caml_pasta_fp_plonk_proof_create(
    index: &WasmPastaFpPlonkIndex,
    witness: WasmVecVecFp,
    wasm_runtime_tables: WasmVector<WasmFpRuntimeTable>,
    prev_challenges: WasmFlatVector<WasmPastaFp>,
    prev_sgs: WasmVector<WasmGVesta>
) -> Result<WasmFpProverProof, JsError>