sqlite3_bind_text

Function sqlite3_bind_text 

Source
pub unsafe extern "C" fn sqlite3_bind_text(
    stmt: *mut sqlite3_stmt,
    col_index: c_int,
    val: *const c_char,
    val_bytes: c_int,
    val_lifetime: Option<unsafe extern "C" fn(lifetime: *mut c_void)>,
) -> c_int