pub unsafe extern "system" fn CryptDecodeObjectEx(
    dwcertencodingtype: CERT_QUERY_ENCODING_TYPE,
    lpszstructtype: PCSTR,
    pbencoded: *const u8,
    cbencoded: u32,
    dwflags: u32,
    pdecodepara: *const CRYPT_DECODE_PARA,
    pvstructinfo: *mut c_void,
    pcbstructinfo: *mut u32,
) -> BOOL