Type Definition cs_realloc_t
capstone_sys
type cs_realloc_t = Option<unsafe extern "C" fn(ptr: *mut c_void, size: usize) -> *mut c_void>;