Function windows_sys::Wdk::Storage::FileSystem::ZwUnlockFile

pub unsafe extern "system" fn ZwUnlockFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    byteoffset: *const i64,
    length: *const i64,
    key: u32,
) -> NTSTATUS