NtUnlockFile

Function NtUnlockFile 

pub unsafe fn NtUnlockFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    byteoffset: *const i64,
    length: *const i64,
    key: u32,
) -> NTSTATUS