Function sqlite3_sys::sqlite3_bind_text
source ยท pub unsafe extern "C" fn sqlite3_bind_text(
p: *mut sqlite3_stmt,
n: c_int,
p: *const c_char,
n: c_int,
f: Option<sqlite3_callback>,
) -> c_int
pub unsafe extern "C" fn sqlite3_bind_text(
p: *mut sqlite3_stmt,
n: c_int,
p: *const c_char,
n: c_int,
f: Option<sqlite3_callback>,
) -> c_int