Function pact_verifier_ffi::init[][src]

#[no_mangle]
pub unsafe extern "C" fn init(log_env_var: *const c_char)
Expand description

Initialise the mock server library, can provide an environment variable name to use to set the log levels.

Safety

Exported functions are inherently unsafe.