Function windows::Wdk::Storage::FileSystem::FsRtlPrivateLock

pub unsafe fn FsRtlPrivateLock<P0, P1, P2, P3>(
    filelock: *const FILE_LOCK,
    fileobject: *const FILE_OBJECT,
    fileoffset: *const i64,
    length: *const i64,
    processid: P0,
    key: u32,
    failimmediately: P1,
    exclusivelock: P2,
    iosb: *mut IO_STATUS_BLOCK,
    irp: Option<*const IRP>,
    context: Option<*const c_void>,
    alreadysynchronized: P3,
) -> BOOLEAN
where P0: Param<PEPROCESS>, P1: Param<BOOLEAN>, P2: Param<BOOLEAN>, P3: Param<BOOLEAN>,