Skip to main content

R_GetCCallable_unchecked

Function R_GetCCallable_unchecked 

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

Get a C-callable function from another package. Unchecked FFI binding for R_GetCCallable. Generated from source location line 2039, column 19. Generated from source file miniextendr-api/src/ffi.rs.