pub unsafe extern "system" fn GetPrivateProfileSectionA(
    lpappname: PCSTR,
    lpreturnedstring: PSTR,
    nsize: u32,
    lpfilename: PCSTR,
) -> u32