pub unsafe extern "system" fn CreateMutexA(
    lpmutexattributes: *const SECURITY_ATTRIBUTES,
    binitialowner: BOOL,
    lpname: PCSTR
) -> HANDLE
Expand description

Required features: "Win32_System_Threading", "Win32_Foundation", "Win32_Security"