pub unsafe fn WritePrivateProfileStringA<P0, P1, P2, P3>(
    lpappname: P0,
    lpkeyname: P1,
    lpstring: P2,
    lpfilename: P3
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>, P2: IntoParam<PCSTR>, P3: IntoParam<PCSTR>,