Skip to main content

Ptr

Type Alias Ptr 

Source
pub type Ptr = *mut c_void;
Expand description

Mutable pointer type for C FFI.