Function r_core::r_lang_define[][src]

pub unsafe extern "C" fn r_lang_define(
    lang: *mut RLang,
    type_: *const c_char,
    name: *const c_char,
    value: *mut c_void
) -> bool