pub unsafe extern "system" fn LsaGetLogonSessionData(
    logonid: *const LUID,
    pplogonsessiondata: *mut *mut SECURITY_LOGON_SESSION_DATA
) -> NTSTATUS
Expand description

Required features: "Win32_Security_Authentication_Identity", "Win32_Foundation"