pub unsafe extern "system" fn ZwSetInformationFile(
    filehandle: HANDLE,
    iostatusblock: *mut IO_STATUS_BLOCK,
    fileinformation: *const c_void,
    length: u32,
    fileinformationclass: FILE_INFORMATION_CLASS
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_System_IO", "Win32_System_WindowsProgramming"