pub fn try_lock_exclusive(file: &File) -> Result<bool>
Attempts to acquire an exclusive process-held lock without blocking.
Returns Ok(false) only when another process currently owns the lock.
Ok(false)