Skip to main content

R_GetCCallable

Function R_GetCCallable 

Source
pub(crate) unsafe fn R_GetCCallable(
    package: *const c_char,
    name: *const c_char,
) -> DL_FUNC
Expand description

Get a C-callable function from another package. Checked wrapper for R_GetCCallable. Calls R_GetCCallable_unchecked and routes through with_r_thread. Generated from source location line 2039, column 19. Generated from source file miniextendr-api/src/ffi.rs.