pub unsafe fn from_string( context: *mut JSContext, string: &str, ) -> Result<JSAtomRef, JsError>
When passing a context pointer please make sure the corresponding QuickJsContext is still valid