async fn process_single( server: &Arc<ServerShared>, conn: &mut Smb2Conn, buf: &[u8], ) -> Option<(Vec<u8>, bool)>
Process exactly one SMB2 request starting at buf (its own header).
buf