windows::Win32::Security::Cryptography

Function SignerSign

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