Function windows_sys::Wdk::Storage::FileSystem::NtUnlockFile
pub unsafe extern "system" fn NtUnlockFile(
filehandle: HANDLE,
iostatusblock: *mut IO_STATUS_BLOCK,
byteoffset: *const i64,
length: *const i64,
key: u32
) -> NTSTATUS
Expand description
Required features: "Win32_Foundation"
, "Win32_System_IO"