pub type PINIT_ONCE_FN = Option<unsafe extern "system" fn(initonce: *mut RTL_RUN_ONCE, parameter: *mut c_void, context: *mut *mut c_void) -> BOOL>;
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation"