Skip to main content

R_RegisterCCallable_unchecked

Function R_RegisterCCallable_unchecked 

Source
pub(crate) unsafe extern "C-unwind" fn R_RegisterCCallable_unchecked(
    package: *const c_char,
    name: *const c_char,
    fptr: DL_FUNC,
)
Expand description

Register a C-callable function for cross-package access. Unchecked FFI binding for R_RegisterCCallable. Generated from source location line 2033, column 19. Generated from source file miniextendr-api/src/ffi.rs.