#ifndef _NTRTL_H
// rev
// Information points to one of: RTLP_HEAP_STACK_TRACE_SERIALIZATION_INIT,
// RTLP_HEAP_STACK_TRACE_SERIALIZATION_HEADER, RTLP_HEAP_STACK_TRACE_SERIALIZATION_ALLOCATION.
// A null Information/Size signals end-of-stream.
typedef _Function_class_(RTL_HEAP_STACK_WRITE_ROUTINE)
NTSTATUS NTAPI RTL_HEAP_STACK_WRITE_ROUTINE(
_In_ PVOID Information,
_In_ ULONG Size,
_In_opt_ PVOID Context
);
View code on GitHubNo description available.