windows::Win32::System::ApplicationInstallationAndServicing

Function MsiGetSourcePathA

pub unsafe fn MsiGetSourcePathA<P1>(
    hinstall: MSIHANDLE,
    szfolder: P1,
    szpathbuf: Option<PSTR>,
    pcchpathbuf: Option<*mut u32>,
) -> u32
where P1: Param<PCSTR>,