Function windows::Win32::Security::Cryptography::CryptSignMessage
pub unsafe fn CryptSignMessage<P0>(
psignpara: *const CRYPT_SIGN_MESSAGE_PARA,
fdetachedsignature: P0,
ctobesigned: u32,
rgpbtobesigned: Option<*const *const u8>,
rgcbtobesigned: *const u32,
pbsignedblob: Option<*mut u8>,
pcbsignedblob: *mut u32,
) -> Result<()>where
P0: Param<BOOL>,