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

reallocates array; returns NULL if memory allocation failed