Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ UNICODE_STRING
Class
UNICODE_STRING
src/utils/win_api.rs:6–10 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
5
#[repr(C)]
6
struct UNICODE_STRING {
7
Length: u16,
8
MaximumLength: u16,
9
Buffer: *mut u16,
10
}
11
12
#[repr(C)]
13
struct LIST_ENTRY {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected