pub fn caml_pasta_fp_plonk_proof_create(
index: &External<WasmPastaFpPlonkIndex>,
witness: NapiVecVecFp,
runtime_tables: NapiVector<NapiFpRuntimeTable>,
prev_challenges: NapiFlatVector<NapiPastaFp>,
prev_sgs: NapiVector<NapiGVesta>,
) -> Result<NapiFpProverProof>