pub unsafe extern "C" fn JS_NewAtomSymbolLenRT(
    rt: *mut JSRuntime,
    str_: *const c_char,
    len: c_int
) -> JSAtom