pub unsafe extern "C" fn ACU_CreateDefaultConfig(
    config: *mut acuConfig
) -> Result
Expand description

Prepares a buffer to hold the configuration data to start a connection.

§Arguments

  • config - Pointer to an acuConfig struct to contain the data.