Contains function definitions for the Windows API library user32, with types and constants from winapi.
# Cargo.toml
[dependencies]
user32-sys = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows calling a Windows API function via user32-sys.
Ensure target_os = "windows" and wrap in unsafe block
No dependency data recorded yet.