DoublePtr

Type Alias DoublePtr 

Source
pub type DoublePtr = *mut *mut c_void;
Expand description

Pointer to pointer type for C FFI.