PSLIST_ENTRY typedef

PSLIST_ENTRY = Pointer<_SLIST_ENTRY>

Implementation

typedef PSLIST_ENTRY = ffi.Pointer<_SLIST_ENTRY>;