UA_Array_append

Function UA_Array_append 

Source
pub unsafe extern "C" fn UA_Array_append(
    p: *mut *mut c_void,
    size: *mut usize,
    newElem: *mut c_void,
    type_: *const UA_DataType,
) -> UA_StatusCode