pub unsafe extern "C" fn aeron_send_channel_endpoint_resolution_change(
    context: *mut aeron_driver_context_t,
    endpoint: *mut aeron_send_channel_endpoint_t,
    endpoint_name: *const c_char,
    new_addr: *mut sockaddr_storage,
) -> c_int