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