pub unsafe fn SetupQueueCopySectionW<P0, P1>(
    queuehandle: *const c_void,
    sourcerootpath: P0,
    infhandle: *const c_void,
    listinfhandle: Option<*const c_void>,
    section: P1,
    copystyle: u32
) -> Result<()>
where P0: IntoParam<PCWSTR>, P1: IntoParam<PCWSTR>,