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