Where did NtInitialize go?

Hi,

Various Ruby-C integration scripts found on the Internet mention a call
to NtInitialize() on MS Windows systems.

I can no longer find this function in the latest Ruby source code. Where
did it go? And how did the functionality got replaced?

Thanks in advance!

Muhammad

http://old.nabble.com/-ruby-dev%3A31900--platform-independent-per-process-initialization-p12950736.html
suggests
it’s been replaced by ruby_sysinit and/or rb_w32_sysinit.