windows::Win32::System::WindowsProgramming

Function GetPrivateProfileSectionA

pub unsafe fn GetPrivateProfileSectionA<P0, P3>(
    lpappname: P0,
    lpreturnedstring: Option<&mut [u8]>,
    lpfilename: P3,
) -> u32
where P0: Param<PCSTR>, P3: Param<PCSTR>,