Function windows::Win32::Storage::FileSystem::UnlockFile
pub unsafe fn UnlockFile<P0>(
hfile: P0,
dwfileoffsetlow: u32,
dwfileoffsethigh: u32,
nnumberofbytestounlocklow: u32,
nnumberofbytestounlockhigh: u32,
) -> Result<()>where
P0: Param<HANDLE>,