pub fn stringify_with_replacer_func<'a>( obj: &JsValue, replacer: &mut dyn FnMut(JsString, JsValue) -> Result<Option<JsValue>, JsError>, space: Option<u32>, ) -> Result<JsString, JsValue>