pub unsafe extern "system" fn GetPrivateProfileSectionA(
    lpAppName: *const i8,
    lpReturnedString: *mut i8,
    nSize: u32,
    lpFileName: *const i8
) -> u32