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