pub unsafe extern "system" fn GetPrivateProfileStringA(
    lpappname: PSTR,
    lpkeyname: PSTR,
    lpdefault: PSTR,
    lpreturnedstring: PSTR,
    nsize: u32,
    lpfilename: PSTR
) -> u32
Expand description

Required features: ‘Win32_System_WindowsProgramming’, ‘Win32_Foundation’