Function i64x2_replace_lane
#[target_feature(enable = "simd128")]
pub fn i64x2_replace_lane<const N: usize>(a: v128, val: i64) -> v128
Replaces a lane from a 128-bit vector interpreted as 2 packed i64 numbers.
Replaces the scalar value of lane specified in the immediate mode operand
N from a. If N is out of bounds then it is a compile time error.