#[no_mangle]
pub extern "C" fn pactffi_enable_ansi_support()
Expand description

Enable ANSI coloured output on Windows. On non-Windows platforms, this function is a no-op.

Safety

This function is safe.