Function windows::Wdk::Storage::FileSystem::NtLockFile
pub unsafe fn NtLockFile<P0, P1, P2, P3>(
filehandle: P0,
event: P1,
apcroutine: PIO_APC_ROUTINE,
apccontext: Option<*const c_void>,
iostatusblock: *mut IO_STATUS_BLOCK,
byteoffset: *const i64,
length: *const i64,
key: u32,
failimmediately: P2,
exclusivelock: P3,
) -> NTSTATUS