sqlite3_sys

Function sqlite3_realloc

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