pub unsafe extern "system" fn CryptDecodeObject(
    dwcertencodingtype: u32,
    lpszstructtype: PCSTR,
    pbencoded: *const u8,
    cbencoded: u32,
    dwflags: u32,
    pvstructinfo: *mut c_void,
    pcbstructinfo: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"