pub fn i32load<T: TryInto<u64>, M: Memory + ?Sized>( a: &mut M, b: T, ) -> Result<(u32, ())>where T::Error: Err + Send + Sync + 'static,