sqlite3_bind_text64

Function sqlite3_bind_text64 

Source
pub unsafe extern "C" fn sqlite3_bind_text64(
    pStmt: *mut sqlite3_stmt,
    parameter: c_int,
    value: *const c_char,
    len: sqlite3_uint64,
    destructor: sqlite3_destructor_type,
    encoding: c_uchar,
) -> c_int