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