Function windows_sys::Win32::Security::Cryptography::CryptDecodeObjectEx
[−]pub unsafe extern "system" fn CryptDecodeObjectEx(
dwcertencodingtype: u32,
lpszstructtype: PCSTR,
pbencoded: *const u8,
cbencoded: u32,
dwflags: u32,
pdecodepara: *const CRYPT_DECODE_PARA,
pvstructinfo: *mut c_void,
pcbstructinfo: *mut u32
) -> BOOL
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"