Function sqlite3_bind_text16

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