Type Definition Ptr
mynewt
type Ptr = *mut c_void;
Declare a void * pointer that will be passed to C functions
void *