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