Function windows::Wdk::Storage::FileSystem::FsRtlFastUnlockAllByKey
pub unsafe fn FsRtlFastUnlockAllByKey<P0>(
filelock: *const FILE_LOCK,
fileobject: *const FILE_OBJECT,
processid: P0,
key: u32,
context: Option<*const c_void>,
) -> NTSTATUSwhere
P0: Param<PEPROCESS>,