Function windows_sys::Win32::System::Threading::CreateMutexExW
pub unsafe extern "system" fn CreateMutexExW(
lpmutexattributes: *const SECURITY_ATTRIBUTES,
lpname: PCWSTR,
dwflags: u32,
dwdesiredaccess: u32,
) -> HANDLE