pub unsafe extern "system" fn WritePrivateProfileStringA(
    lpappname: PCSTR,
    lpkeyname: PCSTR,
    lpstring: PCSTR,
    lpfilename: PCSTR
) -> BOOL
Expand description

Required features: "Win32_System_WindowsProgramming", "Win32_Foundation"