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