Type Definition cs_malloc_t
Other items incapstone_sys
pub type cs_malloc_t = Option<unsafe extern "C" fn(size: usize) -> *mut c_void>;