Function windows::Win32::Security::Cryptography::SignerTimeStampEx2

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