BMSduplicateMemoryArray_call

Function BMSduplicateMemoryArray_call 

Source
pub unsafe extern "C" fn BMSduplicateMemoryArray_call(
    source: *const c_void,
    num: usize,
    typesize: usize,
    filename: *const c_char,
    line: c_int,
) -> *mut c_void
Expand description

allocates array and copies the contents of the given source array into the new array