#[no_mangle]
pub extern "C" fn pactffi_verifier_new_for_application(
    name: *const c_char,
    version: *const c_char
) -> *mut VerifierHandle
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

§Safety

This function is safe.

§Error Handling

Returns NULL on error.