Function windows_sys::Win32::System::Memory::HeapQueryInformation

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