pub unsafe extern "system" fn RtlExtendHeap(
    HeapHandle: PVOID,
    Flags: ULONG,
    Base: PVOID,
    Size: SIZE_T
) -> NTSTATUS