Function rusteron_media_driver::bindings::aeron_driver_context_init
source ยท pub unsafe extern "C" fn aeron_driver_context_init(
context: *mut *mut aeron_driver_context_t,
) -> c_int
Expand description
Create a aeron_driver_context_t struct and initialize with default values.
@param context to create and initialize @return 0 for success and -1 for error.