How to share Global Mutex between host and container

How to share the mutex that use below code created between the container and host on windows?
CreateMutex(nullptr, false, mutex_name.c_str())

Thanks!