pub unsafe extern "system" fn SeQueryInformationToken(
    token: *const c_void,
    tokeninformationclass: TOKEN_INFORMATION_CLASS,
    tokeninformation: *mut *mut c_void
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"