PINIT_ONCE_FN

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

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) -> BOOL)

Some value of type T.