SspiAsyncNotifyCallback

Type Alias SspiAsyncNotifyCallback 

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

Aliased Type§

pub enum SspiAsyncNotifyCallback {
    None,
    Some(unsafe extern "system" fn(*const SspiAsyncContext, *const c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const SspiAsyncContext, *const c_void))

Some value of type T.