pub unsafe extern "system" fn HeapQueryInformation(
    heaphandle: HeapHandle,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: *mut c_void,
    heapinformationlength: usize,
    returnlength: *mut usize
) -> BOOL
Expand description

Required features: "Win32_System_Memory", "Win32_Foundation"