RTL_RUN_ONCE_INIT_FN

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),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut INIT_ONCE, *mut c_void, *mut *mut c_void) -> u32)

Some value of type T.