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

Required features: "Win32_Foundation", "Win32_Security"