Type Definition wren::Pointer [] [src]

type Pointer = *mut c_void;

Typedef for a raw pointer.