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