pub unsafe extern "C" fn sqlite3_bind_text(
pStmt: *mut sqlite3_stmt,
index: c_int,
value: *const c_char,
nBytes: c_int,
destructor: sqlite3_destructor_type,
) -> c_intpub unsafe extern "C" fn sqlite3_bind_text(
pStmt: *mut sqlite3_stmt,
index: c_int,
value: *const c_char,
nBytes: c_int,
destructor: sqlite3_destructor_type,
) -> c_int