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