#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_last_error_line() -> u32Expand description
Return the source line associated with the last error for the current thread.
ยงSafety
This function is safe to call from C. It does not dereference any caller-provided pointers.