Function windows_sys::Win32::Security::Cryptography::SignerSignEx

pub unsafe extern "system" fn SignerSignEx(
    dwflags: SIGNER_SIGN_FLAGS,
    psubjectinfo: *const SIGNER_SUBJECT_INFO,
    psignercert: *const SIGNER_CERT,
    psignatureinfo: *const SIGNER_SIGNATURE_INFO,
    pproviderinfo: *const SIGNER_PROVIDER_INFO,
    pwszhttptimestamp: PCWSTR,
    psrequest: *const CRYPT_ATTRIBUTES,
    psipdata: *const c_void,
    ppsignercontext: *mut *mut SIGNER_CONTEXT,
) -> HRESULT