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

Required features: "Win32_Security_Cryptography", "Win32_Foundation"