Function windows::Wdk::Storage::FileSystem::FsRtlFastUnlockAll

pub unsafe fn FsRtlFastUnlockAll<P0>(
    filelock: *const FILE_LOCK,
    fileobject: *const FILE_OBJECT,
    processid: P0,
    context: Option<*const c_void>,
) -> NTSTATUS
where P0: Param<PEPROCESS>,