pub type INIT_ONCE = RTL_RUN_ONCE;
#[repr(C)] pub union INIT_ONCE { pub Ptr: *mut c_void, /* private fields */ }
Ptr: *mut c_void