Function windows_sys::Win32::System::Threading::CreateMutexExA

pub unsafe extern "system" fn CreateMutexExA(
    lpmutexattributes: *const SECURITY_ATTRIBUTES,
    lpname: PCSTR,
    dwflags: u32,
    dwdesiredaccess: u32,
) -> HANDLE