Type Alias windows::Win32::Security::Authentication::Identity::COMPLETE_AUTH_TOKEN_FN
pub type COMPLETE_AUTH_TOKEN_FN = Option<unsafe extern "system" fn(param0: *mut SecHandle, param1: *mut SecBufferDesc) -> HRESULT>;
Aliased Type§
enum COMPLETE_AUTH_TOKEN_FN {
None,
Some(unsafe extern "system" fn(_: *mut SecHandle, _: *mut SecBufferDesc) -> HRESULT),
}