Function WTSCreateListenerW
pub unsafe fn WTSCreateListenerW<P3>(
hserver: Option<HANDLE>,
preserved: *const c_void,
reserved: u32,
plistenername: P3,
pbuffer: *const WTSLISTENERCONFIGW,
flag: u32,
) -> Result<()>where
P3: Param<PCWSTR>,