pub unsafe fn MsiDatabaseImportW<P0, P1, P2>(
    hdatabase: P0,
    szfolderpath: P1,
    szfilename: P2,
) -> u32
where P0: Param<MSIHANDLE>, P1: Param<PCWSTR>, P2: Param<PCWSTR>,