pub unsafe extern "C" fn aeron_driver_context_close(
context: *mut aeron_driver_context_t,
) -> c_intExpand description
Close and delete aeron_driver_context_t struct.
@param context to close and delete @return 0 for success and -1 for error.
pub unsafe extern "C" fn aeron_driver_context_close(
context: *mut aeron_driver_context_t,
) -> c_intClose and delete aeron_driver_context_t struct.
@param context to close and delete @return 0 for success and -1 for error.