Function windows_sys::Win32::System::Memory::HeapSetInformation
pub unsafe extern "system" fn HeapSetInformation(
heaphandle: HANDLE,
heapinformationclass: HEAP_INFORMATION_CLASS,
heapinformation: *const c_void,
heapinformationlength: usize,
) -> BOOL