windows::Win32::Security::Cryptography

Function SignerTimeStampEx3

pub unsafe fn SignerTimeStampEx3<P3, P4>(
    dwflags: SIGNER_TIMESTAMP_FLAGS,
    dwindex: u32,
    psubjectinfo: *const SIGNER_SUBJECT_INFO,
    pwszhttptimestamp: P3,
    pszalgorithmoid: P4,
    psrequest: Option<*const CRYPT_ATTRIBUTES>,
    psipdata: Option<*const c_void>,
    ppsignercontext: *mut *mut SIGNER_CONTEXT,
    pcryptopolicy: Option<*const CERT_STRONG_SIGN_PARA>,
    preserved: Option<*const c_void>,
) -> Result<()>
where P3: Param<PCWSTR>, P4: Param<PCWSTR>,