Skip to main content

Module ffi_unchecked

Module ffi_unchecked 

Source
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 inside with_r_unwind_protect, with_r_thread, or similar guard closures.

Functionsยง

check