Function evil_janet::janet_def_sm

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