Function windows::Win32::Devices::DeviceAndDriverInstallation::SetupInstallFileA
pub unsafe fn SetupInstallFileA<P0, P1, P2>(
infhandle: Option<*const c_void>,
infcontext: Option<*const INFCONTEXT>,
sourcefile: P0,
sourcepathroot: P1,
destinationname: P2,
copystyle: SP_COPY_STYLE,
copymsghandler: PSP_FILE_CALLBACK_A,
context: Option<*const c_void>,
) -> Result<()>where
P0: Param<PCSTR>,
P1: Param<PCSTR>,
P2: Param<PCSTR>,