Function windows_sys::Win32::Security::Cryptography::SignerTimeStampEx3

pub unsafe extern "system" fn SignerTimeStampEx3(
    dwflags: SIGNER_TIMESTAMP_FLAGS,
    dwindex: u32,
    psubjectinfo: *const SIGNER_SUBJECT_INFO,
    pwszhttptimestamp: PCWSTR,
    pszalgorithmoid: PCWSTR,
    psrequest: *const CRYPT_ATTRIBUTES,
    psipdata: *const c_void,
    ppsignercontext: *mut *mut SIGNER_CONTEXT,
    pcryptopolicy: *const CERT_STRONG_SIGN_PARA,
    preserved: *const c_void,
) -> HRESULT