Function gvproxy_create
Source pub unsafe extern "C" fn gvproxy_create(
portMappingsJSON: *const c_char,
) -> c_longlong
Expand description
Create a new gvproxy instance with port mappings
§Arguments
portMappingsJSON - JSON string describing port mappings
§Returns
Instance ID (handle) or -1 on error