Function windows::Wdk::Storage::FileSystem::ZwSetQuotaInformationFile
pub unsafe fn ZwSetQuotaInformationFile<P0>(
filehandle: P0,
iostatusblock: *mut IO_STATUS_BLOCK,
buffer: *const c_void,
length: u32,
) -> NTSTATUSwhere
P0: Param<HANDLE>,