Function sqlite3_bind_blob

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