pub unsafe extern "C-unwind" fn janet_compile_lint(
    source: Janet,
    env: *mut JanetTable,
    where_: JanetString,
    lints: *mut JanetArray
) -> JanetCompileResult