Type Alias PINIT_ONCE_FN

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

Aliased Type§

enum PINIT_ONCE_FN {
    None,
    Some(unsafe extern "C" 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 "C" fn(_: *mut _RTL_RUN_ONCE, _: *mut c_void, _: *mut *mut c_void) -> i32)

Some value of type T.