pub unsafe extern "C" fn aeron_driver_context_set_driver_termination_hook(
    context: *mut aeron_driver_context_t,
    value: aeron_driver_termination_hook_func_t,
    state: *mut c_void,
) -> c_int