Function windows_sys::Win32::Security::Cryptography::CryptMsgSignCTL

pub unsafe extern "system" fn CryptMsgSignCTL(
    dwmsgencodingtype: u32,
    pbctlcontent: *const u8,
    cbctlcontent: u32,
    psigninfo: *const CMSG_SIGNED_ENCODE_INFO,
    dwflags: u32,
    pbencoded: *mut u8,
    pcbencoded: *mut u32,
) -> BOOL