pub unsafe fn sqlite3ext_bind_int(
    stmt: *mut sqlite3_stmt,
    c: c_int,
    v: c_int
) -> i32