static extern bool Heap32ListFirst(IntPtr hSnapshot, ref HEAPLIST32 lphl);
bool r = Heap32ListFirst(heaplist_h, ref hlist);