Function sqlite3_limit

Source
pub unsafe extern "C" fn sqlite3_limit(
    arg1: *mut sqlite3,
    id: i32,
    newVal: i32,
) -> i32