pub unsafe fn MsiCreateTransformSummaryInfoW<P0, P1, P2>(
    hdatabase: P0,
    hdatabasereference: P1,
    sztransformfile: P2,
    ierrorconditions: MSITRANSFORM_ERROR,
    ivalidation: MSITRANSFORM_VALIDATE
) -> u32
where P0: IntoParam<MSIHANDLE>, P1: IntoParam<MSIHANDLE>, P2: IntoParam<PCWSTR>,