pub unsafe fn SetupInstallFilesFromInfSectionW<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<PCWSTR>, P1: IntoParam<PCWSTR>,