pub unsafe extern "C" fn JS_AtomGetStrRT(
    rt: *mut JSRuntime,
    buf: *mut c_char,
    buf_size: c_int,
    atom: JSAtom
) -> *const c_char