windows::Win32::System::ApplicationInstallationAndServicing

Function MsiRecordSetStringW

pub unsafe fn MsiRecordSetStringW<P2>(
    hrecord: MSIHANDLE,
    ifield: u32,
    szvalue: P2,
) -> u32
where P2: Param<PCWSTR>,