windows::Win32::System::ApplicationInstallationAndServicing

Function MsiDatabaseImportW

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