Function UA_parseEndpointUrl

Source
pub unsafe extern "C" fn UA_parseEndpointUrl(
    endpointUrl: *const UA_String,
    outHostname: *mut UA_String,
    outPort: *mut UA_UInt16,
    outPath: *mut UA_String,
) -> UA_StatusCode