pub type PINIT_ONCE_FN = Option<unsafe extern "stdcall" fn(InitOnce: PINIT_ONCE, Parameter: PVOID, Context: *mut PVOID) -> BOOL>;Aliased Type§
pub enum PINIT_ONCE_FN {
None,
Some(unsafe extern "stdcall" fn(*mut _RTL_RUN_ONCE, *mut c_void, *mut *mut c_void) -> i32),
}