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