UA_Array_copy

Function UA_Array_copy 

Source
pub unsafe extern "C" fn UA_Array_copy(
    src: *const c_void,
    size: usize,
    dst: *mut *mut c_void,
    type_: *const UA_DataType,
) -> UA_StatusCode