pub type LockOwner = (u64, [u8; 16]);
Identifies the open that owns a byte-range lock: (session_id, file_id).
(session_id, file_id)