pub unsafe extern "C" fn SBTargetWatchAddress(
    instance: SBTargetRef,
    addr: lldb_addr_t,
    size: usize,
    read: bool,
    write: bool,
    error: SBErrorRef
) -> SBWatchpointRef