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