pub unsafe extern "system" fn WTSGetListenerSecurityA(
    hserver: HANDLE,
    preserved: *const c_void,
    reserved: u32,
    plistenername: PCSTR,
    securityinformation: u32,
    psecuritydescriptor: *mut SECURITY_DESCRIPTOR,
    nlength: u32,
    lpnlengthneeded: *mut u32
) -> BOOL
Expand description

Required features: "Win32_System_RemoteDesktop", "Win32_Foundation", "Win32_Security"