Expand description
_unchecked FFI call outside guard context.
- MXL301: Warns on
ffi::*_unchecked()calls in user code. These bypass main-thread routing and must only be called insidewith_r_unwind_protect,with_r_thread, or similar guard closures.