Function windows::Win32::Storage::FileSystem::UnlockFileEx

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