Function windows::Wdk::Storage::FileSystem::FsRtlFastUnlockSingle

pub unsafe fn FsRtlFastUnlockSingle<P0, P1>(
    filelock: *const FILE_LOCK,
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: *const i64,
    processid: P0,
    key: u32,
    context: Option<*const c_void>,
    alreadysynchronized: P1,
) -> NTSTATUS
where P0: Param<PEPROCESS>, P1: Param<BOOLEAN>,