pub unsafe fn WritePrivateProfileSectionW<P0, P1, P2>(
    lpappname: P0,
    lpstring: P1,
    lpfilename: P2,
) -> Result<()>
where P0: Param<PCWSTR>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,