Function windows::Win32::Security::Cryptography::SignerSign
pub unsafe fn SignerSign<P0>(
psubjectinfo: *const SIGNER_SUBJECT_INFO,
psignercert: *const SIGNER_CERT,
psignatureinfo: *const SIGNER_SIGNATURE_INFO,
pproviderinfo: Option<*const SIGNER_PROVIDER_INFO>,
pwszhttptimestamp: P0,
psrequest: Option<*const CRYPT_ATTRIBUTES>,
psipdata: Option<*const c_void>,
) -> Result<()>where
P0: Param<PCWSTR>,