Uncaught Error: Call to undefined function SpatieRaycurl_init() [duplicate]

I use windows 10 and Wamp with apache 2.4.51 and PHP 8.3.8 But Whe I run My application I get

Uncaught Error: Call to undefined function SpatieRaycurl_init()

In my C:wamp64binphpphp8.3.8php.ini and C:wamp64binphpphp8.3.8phpForApache.ini both has

extension=curl

And when I run print_r(get_loaded_extensions()); I don’t see curl too. Why?