pub type Ptr = *mut c_void;
Mutable pointer type for C FFI.
Equivalent to void* in C. Used for generic mutable data pointers.
void*