Function GetPrivateProfileSectionA

Source
pub unsafe extern "C" fn GetPrivateProfileSectionA(
    lpAppName: LPCSTR,
    lpReturnedString: LPSTR,
    nSize: DWORD,
    lpFileName: LPCSTR,
) -> DWORD