fn compatible(existing: &OpenMode, access: u32, share: u32) -> bool
A new (access, share) open is compatible with an existing open when each side permits the other’s access through its share flags ([MS-FSA] §2.1.5.1).
(access, share)
existing