Function windows::Win32::Security::Cryptography::SignerTimeStampEx
pub unsafe fn SignerTimeStampEx<P0>(
dwflags: u32,
psubjectinfo: *const SIGNER_SUBJECT_INFO,
pwszhttptimestamp: P0,
psrequest: *const CRYPT_ATTRIBUTES,
psipdata: *const c_void,
) -> Result<*mut SIGNER_CONTEXT>where
P0: Param<PCWSTR>,