pub unsafe extern "system" fn OpenMutexA(
    dwdesiredaccess: u32,
    binherithandle: BOOL,
    lpname: PSTR
) -> HANDLE
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’