Function GetPrivateProfileStringW

Source
pub unsafe extern "C" fn GetPrivateProfileStringW(
    lpAppName: LPCWSTR,
    lpKeyName: LPCWSTR,
    lpDefault: LPCWSTR,
    lpReturnedString: LPWSTR,
    nSize: DWORD,
    lpFileName: LPCWSTR,
) -> DWORD