Function windows::Wdk::Storage::FileSystem::ZwUnlockFile

pub unsafe fn ZwUnlockFile<P0>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    byteoffset: *const i64,
    length: *const i64,
    key: u32,
) -> NTSTATUS
where P0: Param<HANDLE>,