pub fn isnanisinfpatch(in_spv: &[u32]) -> Result<Vec<u32>, ()>
Perform the operation on a Vec<u32>. Use u8_slice_to_u32_vec to convert a &[u8] into a Vec<u32>. Does not produce any side effects or corrections.
Vec<u32>
&[u8]