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