Function SetupQueueRenameSectionW
pub unsafe fn SetupQueueRenameSectionW<P3>(
queuehandle: *const c_void,
infhandle: *const c_void,
listinfhandle: Option<*const c_void>,
section: P3,
) -> Result<()>where
P3: Param<PCWSTR>,