Function windows_sys::Win32::Security::Cryptography::CryptEncodeObject

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