#[unsafe(no_mangle)]pub unsafe extern "C" fn save(
q: *const CompilerResult,
file: *const c_char,
) -> boolExpand 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.