[][src]Function squirrel_sys::sq_realloc

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