Type Alias Pointer

pub type Pointer = *mut c_void;
Expand description

A GLib pointer

A raw untyped pointer equivalent to *mut Pointee.