sqlite3_bind_blob64

Function sqlite3_bind_blob64 

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