Skip to main content

ConstPtr

Type Alias ConstPtr 

Source
pub type ConstPtr = *const c_void;
Expand description

Const pointer type for C FFI.

Equivalent to const void* in C. Used for generic immutable data pointers.