Skip to main content

R_UnwindProtect

Function R_UnwindProtect 

Source
pub(crate) unsafe fn R_UnwindProtect(
    fun: Option<unsafe extern "C-unwind" fn(*mut c_void) -> SEXP>,
    fun_data: *mut c_void,
    cleanfun: Option<unsafe extern "C-unwind" fn(*mut c_void, Rboolean)>,
    cleanfun_data: *mut c_void,
    cont: SEXP,
) -> SEXP
Expand description

Checked wrapper for R_UnwindProtect. Calls R_UnwindProtect_unchecked and routes through with_r_thread. Generated from source location line 1987, column 19. Generated from source file miniextendr-api/src/ffi.rs.