pub unsafe extern "C" fn aeron_properties_buffer_load(
    buffer: *const c_char
) -> c_int
Expand description

Load properties from a string containing name=value pairs and set appropriate environment variables for the process so that subsequent calls to aeron_driver_context_init will use those values.

@param buffer containing properties and values. @return 0 for success and -1 for error.