Function evil_janet::janet_dostring

source ·
pub unsafe extern "C-unwind" fn janet_dostring(
    env: *mut JanetTable,
    str_: *const c_char,
    sourcePath: *const c_char,
    out: *mut Janet
) -> c_int