sqlite3_sys

Function sqlite3_realloc

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