pub unsafe extern "C" fn sqlite3_bind_blob( stmt_handle: u32, pos: i32, blob: Vec<u8>, xDel: i32, ) -> i32