pub unsafe extern "system" fn RtlCreateUserStack(
    CommittedStackSize: SIZE_T,
    MaximumStackSize: SIZE_T,
    ZeroBits: ULONG_PTR,
    PageSize: SIZE_T,
    ReserveAlignment: ULONG_PTR,
    InitialTeb: PINITIAL_TEB
) -> NTSTATUS