[][src]Function evil_janet::janet_dostring

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