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