Function windows::Win32::System::WindowsProgramming::GetPrivateProfileSectionA
pub unsafe fn GetPrivateProfileSectionA<P0, P1>(
lpappname: P0,
lpreturnedstring: Option<&mut [u8]>,
lpfilename: P1,
) -> u32where
P0: Param<PCSTR>,
P1: Param<PCSTR>,