Function SignerTimeStampEx2
pub unsafe fn SignerTimeStampEx2<P2>(
dwflags: Option<SIGNER_TIMESTAMP_FLAGS>,
psubjectinfo: *const SIGNER_SUBJECT_INFO,
pwszhttptimestamp: P2,
dwalgid: ALG_ID,
psrequest: *const CRYPT_ATTRIBUTES,
psipdata: *const c_void,
) -> Result<*mut SIGNER_CONTEXT>where
P2: Param<PCWSTR>,