windows::Win32::Storage::FileSystem

Function UnlockFileEx

pub unsafe fn UnlockFileEx(
    hfile: HANDLE,
    dwreserved: Option<u32>,
    nnumberofbytestounlocklow: u32,
    nnumberofbytestounlockhigh: u32,
    lpoverlapped: *mut OVERLAPPED,
) -> Result<()>