Function windows::Win32::Storage::FileSystem::LockFileEx

pub unsafe fn LockFileEx<P0>(
    hfile: P0,
    dwflags: LOCK_FILE_FLAGS,
    dwreserved: u32,
    nnumberofbytestolocklow: u32,
    nnumberofbytestolockhigh: u32,
    lpoverlapped: *mut OVERLAPPED,
) -> Result<()>
where P0: Param<HANDLE>,