Function windows::Win32::System::Memory::HeapSetInformation

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