MCPcopy 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
5pub enum c_void {}
6pub type BOOLEAN = u8;
7pub type HANDLE = *mut c_void;
8pub type PVOID = *mut c_void;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected