Type Definition capstone_sys::cs_realloc_t [] [src]

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