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