pub fn notify_raw( id: Principal, method: &str, args_raw: &[u8], payment: u128, ) -> Result<(), RejectionCode>
Like notify, but sends the argument as raw bytes, skipping Candid serialization.