Type Definition SkipdataCallback
ep_capstone
type SkipdataCallback = dyn UnwindSafe + FnMut(&[u8], usize) -> usize + 'static;