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