Type Definition capstone_sys::cs_malloc_t[][src]

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