pub unsafe fn SetupInstallFilesFromInfSectionA<P0, P1>(
    infhandle: *const c_void,
    layoutinfhandle: Option<*const c_void>,
    filequeue: *const c_void,
    sectionname: P0,
    sourcerootpath: P1,
    copyflags: u32
) -> Result<()>
where P0: IntoParam<PCSTR>, P1: IntoParam<PCSTR>,