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