pub fn call_raw( id: Principal, method: &str, args_raw: &[u8], payment: u64 ) -> impl Future<Output = CallResult<Vec<u8>>> + Send + Sync
Similar to call, but without serialization.
call