Function windows::Wdk::Storage::FileSystem::FsRtlOplockBreakH2

pub unsafe fn FsRtlOplockBreakH2(
    oplock: *const *const c_void,
    irp: *const IRP,
    flags: u32,
    context: Option<*const c_void>,
    completionroutine: POPLOCK_WAIT_COMPLETE_ROUTINE,
    postirproutine: POPLOCK_FS_PREPOST_IRP,
    grantedaccess: Option<*const u32>,
    shareaccess: Option<*const u16>,
) -> NTSTATUS