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

Initialises logging, and sets the log level explicitly.

Safety

Exported functions are inherently unsafe.