windows::Win32::Security::Cryptography

Function CryptMsgUpdate

pub unsafe fn CryptMsgUpdate(
    hcryptmsg: *const c_void,
    pbdata: Option<&[u8]>,
    ffinal: bool,
) -> Result<()>