windows::Win32::Security::Cryptography

Function CryptMsgCalculateEncodedLength

pub unsafe fn CryptMsgCalculateEncodedLength<P4>(
    dwmsgencodingtype: u32,
    dwflags: u32,
    dwmsgtype: u32,
    pvmsgencodeinfo: *const c_void,
    pszinnercontentobjid: P4,
    cbdata: u32,
) -> u32
where P4: Param<PCSTR>,