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

Required features: "Win32_Foundation", "Win32_System_IO"