pub fn encode_f32_activation_payload( dtype: WireActivationDType, token_count: i32, n_embd: i32, f32_payload: &[u8], ) -> Result<Vec<u8>>