windows::Win32::System::Memory

Function HeapSetInformation

pub unsafe fn HeapSetInformation(
    heaphandle: Option<HANDLE>,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: Option<*const c_void>,
    heapinformationlength: usize,
) -> Result<()>