Function sqlite3_bind_blob64

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