Function windows::Wdk::Storage::FileSystem::FsRtlCheckOplockEx2

pub unsafe fn FsRtlCheckOplockEx2(
    oplock: *const *const c_void,
    irp: *const IRP,
    flags: u32,
    flagsex2: u32,
    completionroutinecontext: Option<*const c_void>,
    completionroutine: POPLOCK_WAIT_COMPLETE_ROUTINE,
    postirproutine: POPLOCK_FS_PREPOST_IRP,
    timeout: u64,
    notifycontext: Option<*const c_void>,
    notifyroutine: POPLOCK_NOTIFY_ROUTINE,
) -> NTSTATUS