#[unsafe(no_mangle)]pub unsafe extern "C" fn check_status(
q: *const CompilerResult,
) -> *const c_charExpand description
Checks the status of a CompilerResult.
Returns a null-terminated string representing the status message.
ยงSafety
it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.