pub type ConstPtr = *const c_void;
Const pointer type for C FFI.
Equivalent to const void* in C. Used for generic immutable data pointers.
const void*