Type Definition c99::intptr_t

source ·
pub type intptr_t = isize;
Expand description

Signed integer type capable of holding a pointer to std::ffi::c_void.