Function evil_janet::janet_var_sm

source ·
pub unsafe extern "C-unwind" fn janet_var_sm(
    env: *mut JanetTable,
    name: *const c_char,
    val: Janet,
    documentation: *const c_char,
    source_file: *const c_char,
    source_line: i32
)