Function windows_sys::Win32::Security::Cryptography::CryptDecodeObject

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