pub unsafe extern "C" fn aeron_context_set_publication_error_frame_handler(
    context: *mut aeron_context_t,
    handler: aeron_publication_error_frame_handler_t,
    clientd: *mut c_void,
) -> c_int