Function windows::Win32::Devices::DeviceAndDriverInstallation::SetupGetTargetPathA
pub unsafe fn SetupGetTargetPathA<P0>(
infhandle: *const c_void,
infcontext: Option<*const INFCONTEXT>,
section: P0,
returnbuffer: Option<&mut [u8]>,
requiredsize: Option<*mut u32>,
) -> Result<()>where
P0: Param<PCSTR>,