Type Definition capstone_sys::cs_calloc_t[][src]

type cs_calloc_t = Option<unsafe extern "C" fn(nmemb: usize, size: usize) -> *mut c_void>;