pub unsafe fn MsiDatabaseApplyTransformW<P0, P1>(
    hdatabase: P0,
    sztransformfile: P1,
    ierrorconditions: MSITRANSFORM_ERROR,
) -> u32
where P0: Param<MSIHANDLE>, P1: Param<PCWSTR>,