Function windows::Win32::Security::Cryptography::CryptMsgUpdate

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