windows::Win32::Security::Cryptography

Function SignerSignEx

pub unsafe fn SignerSignEx<P5>(
    dwflags: SIGNER_SIGN_FLAGS,
    psubjectinfo: *const SIGNER_SUBJECT_INFO,
    psignercert: *const SIGNER_CERT,
    psignatureinfo: *const SIGNER_SIGNATURE_INFO,
    pproviderinfo: Option<*const SIGNER_PROVIDER_INFO>,
    pwszhttptimestamp: P5,
    psrequest: Option<*const CRYPT_ATTRIBUTES>,
    psipdata: Option<*const c_void>,
) -> Result<*mut SIGNER_CONTEXT>
where P5: Param<PCWSTR>,