pub unsafe fn InitOnceExecuteOnce( initonce: *mut RTL_RUN_ONCE, initfn: Option<PINIT_ONCE_FN>, parameter: *mut c_void, context: *mut *mut c_void, ) -> BOOL