Function windows::Wdk::Storage::FileSystem::NtQueryQuotaInformationFile

pub unsafe fn NtQueryQuotaInformationFile<P0, P1, P2, P3>(
    filehandle: P0,
    iostatusblock: *mut IO_STATUS_BLOCK,
    buffer: *mut c_void,
    length: u32,
    returnsingleentry: P1,
    sidlist: Option<*const c_void>,
    sidlistlength: u32,
    startsid: P2,
    restartscan: P3,
) -> NTSTATUS
where P0: Param<HANDLE>, P1: Param<BOOLEAN>, P2: Param<PSID>, P3: Param<BOOLEAN>,