Function windows::Win32::System::WindowsProgramming::WritePrivateProfileSectionA
pub unsafe fn WritePrivateProfileSectionA<P0, P1, P2>(
lpappname: P0,
lpstring: P1,
lpfilename: P2,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,