Ptr

Type Alias Ptr 

Source
pub type Ptr = *mut c_void;
Expand description

Declare a void * pointer that will be passed to C functions