pub unsafe extern "system" fn GetPrivateProfileIntW(
    lpappname: PCWSTR,
    lpkeyname: PCWSTR,
    ndefault: i32,
    lpfilename: PCWSTR
) -> u32
Expand description

Required features: "Win32_System_WindowsProgramming"