#[no_mangle]
pub extern "C" fn pactffi_pact_handle_to_pointer(
    pact: PactHandle
) -> *mut Pact
Expand description

Returns a mutable pointer to a Pact model which has been cloned from the Pact handle’s inner Pact model. The returned Pact model must be freed with the pactffi_pact_model_delete function when no longer needed.