Function windows_sys::Win32::Security::Cryptography::CryptFormatObject

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