Function windows::Wdk::Storage::FileSystem::NtUnlockFile
pub unsafe fn NtUnlockFile<P0>(
filehandle: P0,
iostatusblock: *mut IO_STATUS_BLOCK,
byteoffset: *const i64,
length: *const i64,
key: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,