https://bugs.winehq.org/show_bug.cgi?id=40406
--- Comment #2 from charles.gorand.dev@gmail.com --- When using native bcrypt.dll, it fails to load.
I put some logs in loader.c and the dll entry points return FALSE :
retv = call_dll_entry_point( entry, module, reason, lpReserved );
=> retv = 0
Then I cannot go further as it's native dll code.