sq_realloc

Function sq_realloc 

Source
pub unsafe extern "C" fn sq_realloc(
    p: *mut c_void,
    oldsize: SQUnsignedInteger,
    newsize: SQUnsignedInteger,
) -> *mut c_void