Function NtQueryQuotaInformationFile
pub unsafe fn NtQueryQuotaInformationFile(
filehandle: HANDLE,
iostatusblock: *mut IO_STATUS_BLOCK,
buffer: *mut c_void,
length: u32,
returnsingleentry: bool,
sidlist: Option<*const c_void>,
sidlistlength: u32,
startsid: Option<PSID>,
restartscan: bool,
) -> NTSTATUS