pub unsafe extern "system" fn HeapSetInformation(
    heaphandle: HANDLE,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: *const c_void,
    heapinformationlength: usize
) -> BOOL
Expand description

Required features: "Win32_Foundation"