pub unsafe extern "system" fn NtAdjustPrivilegesToken(
    tokenhandle: HANDLE,
    disableallprivileges: BOOLEAN,
    newstate: *const TOKEN_PRIVILEGES,
    bufferlength: u32,
    previousstate: *mut TOKEN_PRIVILEGES,
    returnlength: *mut u32
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"