Type Alias PINIT_ONCE_FN
pub type PINIT_ONCE_FN = Option<unsafe extern "system" fn(initonce: *mut INIT_ONCE, parameter: *mut c_void, context: *mut *mut c_void) -> BOOL>;Aliased Type§
pub enum PINIT_ONCE_FN {
None,
Some(unsafe extern "system" fn(*mut INIT_ONCE, *mut c_void, *mut *mut c_void) -> BOOL),
}