pub type SspiAsyncNotifyCallback = Option<unsafe extern "system" fn(handle: *const SspiAsyncContext, callbackdata: *const c_void)>;
Expand description

Required features: "Wdk_Foundation"

Aliased Type§

enum SspiAsyncNotifyCallback {
    None,
    Some(unsafe extern "system" fn(_: *const isize, _: *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: *const isize, _: *const c_void))

Some value of type T.