Function sqlite3_bind_int64

Source
pub unsafe extern "C" fn sqlite3_bind_int64(
    arg1: *mut sqlite3_stmt,
    arg2: i32,
    arg3: i64,
) -> i32