pub unsafe extern "system" fn ZwUnlockFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    byteoffset: *const i64,
    length: *const i64,
    key: u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_IO"