Function windows::Win32::System::RemoteDesktop::WTSSetListenerSecurityW

pub unsafe fn WTSSetListenerSecurityW<P0, P1, P2>(
    hserver: P0,
    preserved: *const c_void,
    reserved: u32,
    plistenername: P1,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P2,
) -> Result<()>
where P0: Param<HANDLE>, P1: Param<PCWSTR>, P2: Param<PSECURITY_DESCRIPTOR>,