#[unsafe(no_mangle)]pub unsafe extern "C" fn diffsol_last_error_file() -> *const c_charExpand description
Return the source file associated with the last error for the current thread.
ยงSafety
The returned pointer is borrowed from thread-local storage owned by this library and must not be freed or mutated by the caller.