Function windows::Win32::Storage::FileSystem::LockFile

pub unsafe fn LockFile<P0>(
    hfile: P0,
    dwfileoffsetlow: u32,
    dwfileoffsethigh: u32,
    nnumberofbytestolocklow: u32,
    nnumberofbytestolockhigh: u32,
) -> Result<()>
where P0: Param<HANDLE>,