Function evil_janet::janet_def

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