pub unsafe extern "system" fn RtlReAllocateHeap(
    HeapHandle: PVOID,
    Flags: ULONG,
    BaseAddress: PVOID,
    Size: SIZE_T
) -> PVOID