Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/b1tg/rust-windows-shellcode
/ c_void
Enum
c_void
shellcode/src/binds.rs:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
#![allow(dead_code)]
4
5
pub enum c_void {}
6
pub type BOOLEAN = u8;
7
pub type HANDLE = *mut c_void;
8
pub type PVOID = *mut c_void;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected