Type Definition bl602_sdk::Ptr [−][src]
pub type Ptr = *mut c_void;
Expand description
Declare a void *
pointer that will be passed to C functions
pub type Ptr = *mut c_void;
Declare a void *
pointer that will be passed to C functions