PINIT_ONCE_FN

Type Alias PINIT_ONCE_FN 

Source
pub type PINIT_ONCE_FN = Option<unsafe extern "stdcall" fn(InitOnce: PINIT_ONCE, Parameter: PVOID, Context: *mut PVOID) -> BOOL>;

Aliased Type§

pub enum PINIT_ONCE_FN {
    None,
    Some(unsafe extern "stdcall" fn(*mut _RTL_RUN_ONCE, *mut c_void, *mut *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "stdcall" fn(*mut _RTL_RUN_ONCE, *mut c_void, *mut *mut c_void) -> i32)

Some value of type T.