Function UA_Array_resize

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