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