unsafe extern "C" fn llvm_f64x2_fma(
    a: f64x2,
    b: f64x2,
    c: f64x2
) -> f64x2
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on target_family="wasm" only.