Function sqlite3_bind_text

Source
#[no_mangle]
pub extern "C" fn sqlite3_bind_text(
    _stmt: *mut SQLite3Stmt,
    _idx: i32,
    _text: *const c_char,
    _len: i32,
    _destructor: *const c_void,
) -> i32