windows::Win32::System::ApplicationInstallationAndServicing

Function MsiDatabaseExportA

pub unsafe fn MsiDatabaseExportA<P1, P2, P3>(
    hdatabase: MSIHANDLE,
    sztablename: P1,
    szfolderpath: P2,
    szfilename: P3,
) -> u32
where P1: Param<PCSTR>, P2: Param<PCSTR>, P3: Param<PCSTR>,