sqlite3_bind_blob

Function sqlite3_bind_blob 

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