pub unsafe extern "system" fn CryptFormatObject(
    dwcertencodingtype: u32,
    dwformattype: u32,
    dwformatstrtype: u32,
    pformatstruct: *const c_void,
    lpszstructtype: PCSTR,
    pbencoded: *const u8,
    cbencoded: u32,
    pbformat: *mut c_void,
    pcbformat: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"