sqlite3_realloc

Function sqlite3_realloc 

Source
pub unsafe extern "C" fn sqlite3_realloc(
    ptr: *mut c_void,
    size: c_int,
) -> *mut c_void