pub fn write_bulk_execute<P: BulkParamsSet>( out: &mut Vec<u8>, statement_id: u32, params: P, flags: BulkFlags, ) -> Result<()>