pub unsafe extern "C" fn cpu_watchpoint_remove(
    cpu: *mut CPUState,
    addr: vaddr,
    len: vaddr,
    flags: c_int
) -> c_int