Function pact_ffi::verifier::pactffi_verifier_new

source ·
#[no_mangle]
pub extern "C" fn pactffi_verifier_new() -> *mut VerifierHandle
👎Deprecated since 0.1.4: Use pactffi_verifier_new_for_application instead
Expand description

Get a Handle to a newly created verifier. You should call pactffi_verifier_shutdown when done with the verifier to free all allocated resources.

Deprecated: This function is deprecated. Use pactffi_verifier_new_for_application which allows the calling application/framework name and version to be specified.

§Safety

This function is safe.

§Error Handling

Returns NULL on error.