pub unsafe fn HeapQueryInformation<'a, Param0>(
    heaphandle: Param0,
    heapinformationclass: HEAP_INFORMATION_CLASS,
    heapinformation: *mut c_void,
    heapinformationlength: usize,
    returnlength: *mut usize
) -> BOOL where
    Param0: IntoParam<'a, HeapHandle>, 
Expand description

Required features: ‘Win32_System_Memory’, ‘Win32_Foundation’