winapi::um::winbase

Function GetPrivateProfileSectionA

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