Function windows_sys::Wdk::Storage::FileSystem::NtLockFile

pub unsafe extern "system" fn NtLockFile(
    filehandle: HANDLE,
    event: HANDLE,
    apcroutine: PIO_APC_ROUTINE,
    apccontext: *const c_void,
    iostatusblock: *mut IO_STATUS_BLOCK,
    byteoffset: *const i64,
    length: *const i64,
    key: u32,
    failimmediately: BOOLEAN,
    exclusivelock: BOOLEAN,
) -> NTSTATUS