pub unsafe extern "stdcall" fn GetPrivateProfileSectionW(
    lpAppName: LPCWSTR,
    lpReturnedString: LPWSTR,
    nSize: DWORD,
    lpFileName: LPCWSTR
) -> DWORD