#[no_mangle]
pub unsafe extern "C" fn ttbc_issue_error(
    es: &mut CoreBridgeState<'_>,
    text: *const c_char
)
Expand description

Issue an error.

§Safety

This function is unsafe because it accepts a raw C string.