Skip to main content

R_UnwindProtect_unchecked

Function R_UnwindProtect_unchecked 

Source
pub(crate) unsafe extern "C-unwind" fn R_UnwindProtect_unchecked(
    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

Unchecked FFI binding for R_UnwindProtect. Generated from source location line 1987, column 19. Generated from source file miniextendr-api/src/ffi.rs.