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

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’