pub fn call_raw<S: Into<String>>( id: Principal, method: S, args_raw: Vec<u8>, cycles: u64, ) -> CallResponse<Vec<u8>>
Perform a call.